Commit ccebe01e by 高淑倩

Merge branch 'dev' of ssh://gitlab.bigaka.net:2287/gaoshq/7-Eleven into dev

parents 2e706906 282aaec9
...@@ -13,9 +13,16 @@ ...@@ -13,9 +13,16 @@
</view> </view>
<view class='coupon-code fs-24' bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</view> <view class='coupon-code fs-24' bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</view>
</view> </view>
<view class='integral-detail' wx:if="{{couponDetail.couponDetail.style.takeCouponBgimg}}"> <view class='integral-detail'>
<image src='{{couponDetail.couponDetail.style.takeCouponBgimg}}' mode="widthFix" style="width: 100%;"></image> <view class='integral-list'>
</view> <text class='integral-title'>优惠详情</text>
<text class='integral-desc'>{{couponDetail.couponSetting.notice}}</text>
</view>
<view class='integral-list'>
<text class='integral-title'>有效期</text>
<text class='integral-desc'>{{couponDetail.coupon.startTime}} 至 {{couponDetail.coupon.endTime}}</text>
</view>
</view>
<button type='primary' class="redeem-now" bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</button> <button type='primary' class="redeem-now" bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</button>
</view> </view>
</view> </view>
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
} }
.integral-detail{ .integral-detail{
margin-top: 90rpx; margin-top: 90rpx;
padding: 0 30rpx;
} }
.integral-list{ .integral-list{
margin-bottom: 60rpx; margin-bottom: 60rpx;
...@@ -70,6 +71,6 @@ ...@@ -70,6 +71,6 @@
width: 120rpx; width: 120rpx;
} }
.integral-desc{ .integral-desc{
width: 500rpx; width: 440rpx;
color: #666666; color: #666666;
} }
\ No newline at end of file
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