Commit 783a274a5a114d324162d979f1d063ef1e9708bf
Merge branch 'qa' of http://git.vipzhuang.cn/wxd/MShopWeApp
Showing
1 changed file
with
5 additions
and
0 deletions
packageE/pages/user/monthgiftbag/giftpackinfo/giftpackinfo.wxml
| @@ -172,6 +172,11 @@ | @@ -172,6 +172,11 @@ | ||
| 172 | <text class="data-v-3a5b7e36">立即兑换</text> | 172 | <text class="data-v-3a5b7e36">立即兑换</text> |
| 173 | </view> | 173 | </view> |
| 174 | </block> | 174 | </block> |
| 175 | + <block wx:if="{{monthgiftbag.lbPrice<=0 && monthgiftbag.payIntegral<=0}}"> | ||
| 176 | + <view style="{{scene==1154 ? 'background:#b9b5b5':''}}" class="foot_button_buy data-v-3a5b7e36 " bindtap="GetFree" data-id="{{lbId}}"> | ||
| 177 | + <text class="data-v-3a5b7e36">免费领取</text> | ||
| 178 | + </view> | ||
| 179 | + </block> | ||
| 175 | <!-- <block > | 180 | <!-- <block > |
| 176 | <view class="foot_button_intalge data-v-3a5b7e36 " wx:if="{{!is_receive}}" bindtap="getGift" data-id="{{lbId}}"> | 181 | <view class="foot_button_intalge data-v-3a5b7e36 " wx:if="{{!is_receive}}" bindtap="getGift" data-id="{{lbId}}"> |
| 177 | <text class="data-v-3a5b7e36">领取</text> | 182 | <text class="data-v-3a5b7e36">领取</text> |