Commit b5175d361d94fbc3072c08cfe468b155f5ec7ce5
1 parent
c6f90d07
会员中心优惠券修改
Showing
2 changed files
with
2 additions
and
2 deletions
pages/user/coupons/coupons.wxml
... | ... | @@ -176,7 +176,7 @@ |
176 | 176 | <view class="qr-container"> |
177 | 177 | <canvas class="qrcode" canvas-id="qrcode"/> |
178 | 178 | </view> |
179 | - <view class="pdb30 c-7b fs26 bdt"> | |
179 | + <view class="pdv20 c-7b fs26 bdt"> | |
180 | 180 | <text wx:if="{{details[useIndex].ValidDate}}" class="ellipsis-1x">有效期:{{details[useIndex].BeginDate==null ? " " : time.replace_time2(details[useIndex].BeginDate)}} 至 {{time.replace_time2(details[useIndex].ValidDate)}}</text> |
181 | 181 | <text wx:elif="{{details[useIndex].use_end_time}}" class="ellipsis-1x">有效期:{{details[useIndex].use_start_time==null ? " " : time.format_time(details[useIndex].use_start_time)}} 至 {{time.format_time(details[useIndex].use_end_time)}}</text> |
182 | 182 | <text wx:else>有效期:不限</text> | ... | ... |