Commit 35d44b38 by 高淑倩

modify: 券码详情页

parent 9ca55d04
......@@ -80,7 +80,7 @@
color: #ffffff;
position: absolute;
right: 20rpx;
top: 48rpx;
top: 28rpx;
width: 24rpx;
word-wrap: break-word;
font-weight: bold;
......
......@@ -3,7 +3,8 @@
<view class="panel">
<view class="qrcode">
<view class='avatar-img'>
<image src='/assets/imgs/avatar.png'></image>
<image wx:if="{{codeDetail.couponDetail.style.takeCouponBgimg}}" src='{{codeDetail.couponDetail.style.takeCouponBgimg}}'></image>
<image wx:else src='/assets/imgs/avatar.png'></image>
</view>
<view class='title fs-36'>{{codeDetail.couponSetting.title}}</view>
</view>
......
......@@ -83,7 +83,7 @@ scroll-view{
color: #ffffff;
position: absolute;
right: 20rpx;
top: 48rpx;
top: 38rpx;
width: 24rpx;
word-wrap: break-word;
font-weight: bold;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment