Commit 282aaec9 by 赵雅纹

Merge branch 'feature-zyw' into 'dev'

update

See merge request !14
parents 7952b990 822f7664
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</view> </view>
<view class='integral-list'> <view class='integral-list'>
<text class='integral-title'>有效期</text> <text class='integral-title'>有效期</text>
<text class='integral-desc'>{{couponDetail.coupon.endTime}}</text> <text class='integral-desc'>{{couponDetail.coupon.startTime}} 至 {{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>
......
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