Commit 3e1ac02c210d04483aecfb5a834920e3274dbd4f
1 parent
de2d15df
OA单详情
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> |