|
|
@@ -175,7 +175,7 @@ |
|
|
|
</button> |
|
|
|
<button form-type="submit" disabled='{{showbutton}}' class='buy' wx:if="{{data.type !=8 && data.type !=50 && data.type != 51 && priceAndStockObj.salePrice / 100 == 0 && priceAndStockObj.remainInventory !=0 && endtime != '活动已结束' && data.activityStatus != 0}}">免费领取</button> |
|
|
|
|
|
|
|
<button form-type="submit" disabled='{{showbutton}}' class='buy' wx:if="{{data.type == 51 && priceAndStockObj.remainInventory !=0 || data.type == 50 && priceAndStockObj.remainInventory != 0}}">马上兑换</button> |
|
|
|
<button form-type="submit" disabled='{{showbutton || activityStatus == 0}}' class='buy' wx:if="{{data.type == 51 && (priceAndStockObj.remainInventory !=0 || data.type == 50) && priceAndStockObj.remainInventory != 0 }}">马上兑换</button> |
|
|
|
|
|
|
|
<button class='buy buyHr' disabled='true' wx:if="{{data.sendType !=3 && (priceAndStockObj.remainInventory ==0 && endtime != '活动已结束' || priceAndStockObj.remainInventory ==0 && data.type == 8)}}">已售罄</button> |
|
|
|
|
|
|
|