Commit af24062b by 赵雅纹

优惠券详情

parent 252807b7
......@@ -15,12 +15,12 @@
</view>
<view class='integral-detail'>
<view class='integral-list'>
<view class='integral-title'>优惠详情</view>
<view class='integral-desc'>{{couponDetail.couponSetting.notice}}</view>
<text class='integral-title'>优惠详情</text>
<text class='integral-desc'>{{couponDetail.couponSetting.notice}}</text>
</view>
<view class='integral-list'>
<view class='integral-title'>有效期</view>
<view class='integral-desc'>{{couponDetail.coupon.endTime}}</view>
<text class='integral-title'>有效期</text>
<text class='integral-desc'>{{couponDetail.coupon.endTime}}</text>
</view>
</view>
<button type='primary' class="redeem-now" bindtap='exchange' bindtap="handelPresentCouponCode">出示券码</button>
......
......@@ -71,6 +71,6 @@
width: 120rpx;
}
.integral-desc{
width: 500rpx;
width: 440rpx;
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