Commit af24062b by 赵雅纹

优惠券详情

parent 252807b7
...@@ -15,12 +15,12 @@ ...@@ -15,12 +15,12 @@
</view> </view>
<view class='integral-detail'> <view class='integral-detail'>
<view class='integral-list'> <view class='integral-list'>
<view class='integral-title'>优惠详情</view> <text class='integral-title'>优惠详情</text>
<view class='integral-desc'>{{couponDetail.couponSetting.notice}}</view> <text class='integral-desc'>{{couponDetail.couponSetting.notice}}</text>
</view> </view>
<view class='integral-list'> <view class='integral-list'>
<view class='integral-title'>有效期</view> <text class='integral-title'>有效期</text>
<view class='integral-desc'>{{couponDetail.coupon.endTime}}</view> <text class='integral-desc'>{{couponDetail.coupon.endTime}}</text>
</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>
......
...@@ -71,6 +71,6 @@ ...@@ -71,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