Fix:3288 【礼品功能】送礼支付页面增加一个图片

This commit is contained in:
linxi
2025-02-24 16:51:17 +08:00
parent 20c50b8a26
commit 37be03f3ee
+6
View File
@@ -10,6 +10,9 @@
</view> </view>
</view> </view>
<view class="v12-primary-text v12-font-26 v12-d-flex v12-align-center"> <view class="v12-primary-text v12-font-26 v12-d-flex v12-align-center">
<image class="custom-cover" :src="webUrl + '/icon/custom.png'" mode="heightFix" lazy-load="false">
</image>
<view @click="showCoverPicker = true">{{ cover }}封面</view> <view @click="showCoverPicker = true">{{ cover }}封面</view>
<view> <view>
<u-icon name="arrow-right" color="#c52733"></u-icon> <u-icon name="arrow-right" color="#c52733"></u-icon>
@@ -359,6 +362,9 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.custom-cover{
height: 58rpx;
}
.info-wrap{ .info-wrap{
width: 100%; width: 100%;
height: 200rpx; height: 200rpx;