Commit 35d44b38 by 高淑倩

modify: 券码详情页

parent 9ca55d04
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
color: #ffffff; color: #ffffff;
position: absolute; position: absolute;
right: 20rpx; right: 20rpx;
top: 48rpx; top: 28rpx;
width: 24rpx; width: 24rpx;
word-wrap: break-word; word-wrap: break-word;
font-weight: bold; font-weight: bold;
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
<view class="panel"> <view class="panel">
<view class="qrcode"> <view class="qrcode">
<view class='avatar-img'> <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>
<view class='title fs-36'>{{codeDetail.couponSetting.title}}</view> <view class='title fs-36'>{{codeDetail.couponSetting.title}}</view>
</view> </view>
......
...@@ -83,7 +83,7 @@ scroll-view{ ...@@ -83,7 +83,7 @@ scroll-view{
color: #ffffff; color: #ffffff;
position: absolute; position: absolute;
right: 20rpx; right: 20rpx;
top: 48rpx; top: 38rpx;
width: 24rpx; width: 24rpx;
word-wrap: break-word; word-wrap: break-word;
font-weight: bold; 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