Commit ac286902bd35584e2e4d017d1e9e74dd46b71178
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
2 changed files
with
2 additions
and
2 deletions
pages/giftpack/giftpacklist/giftpacklist.js
pages/giftpack/giftpacklist/giftpacklist.wxml
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | </block> |
20 | 20 | <block wx:else> |
21 | 21 | <text class="data-v-3a5b7e36" wx:if="{{isBuy==0 && iswarelbtype}}">{{"兑换结束时间:"+giftDate}}</text> |
22 | - <text class="data-v-3a5b7e36" wx:else> | |
22 | + <text class="data-v-3a5b7e36" wx:if="{{flag == 1}}"> | |
23 | 23 | {{"活动结束时间:"+giftDate}} |
24 | 24 | </text> |
25 | 25 | </block> | ... | ... |