Commit 43e48d7a by 赵雅纹

优惠券详情

parent c7ff90cd
...@@ -13,8 +13,15 @@ ...@@ -13,8 +13,15 @@
</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 class='integral-title'>优惠详情</view>
<view class='integral-desc'>{{couponDetail.couponSetting.notice}}</view>
</view>
<view class='integral-list'>
<view class='integral-title'>有效期</view>
<view class='integral-desc'>{{couponDetail.coupon.endTime}}</view>
</view>
</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>
......
...@@ -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;
......
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