Fix:3288 【礼品功能】送礼支付页面增加一个图片
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
</view>
|
||||
</view>
|
||||
<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>
|
||||
<u-icon name="arrow-right" color="#c52733"></u-icon>
|
||||
@@ -359,6 +362,9 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.custom-cover{
|
||||
height: 58rpx;
|
||||
}
|
||||
.info-wrap{
|
||||
width: 100%;
|
||||
height: 200rpx;
|
||||
|
||||
Reference in New Issue
Block a user