diff --git a/order.html b/order.html index 2218f01..bf6be67 100644 --- a/order.html +++ b/order.html @@ -50,7 +50,7 @@ 查看卡密

+ v-if="(item.status!==2&&item.send_num<2||item.status===0&&item.send_num>1)&&[2,3].includes(item.type)&&[1,2].includes(item.channel)"> 去领取

@@ -466,12 +466,14 @@ newItem["card_number"] = card_number; newItem["card_password"] = card_password; newItem["card_show"] = product.card_show; + newItem["send_num"] = 1; break; case 2: const channel = product.entity.channel; newItem["product_name"] = product.entity.batch_goods_name; newItem["channel"] = channel; newItem["goods"] = product; + newItem["send_num"] = product.entity.send_num; if (channel === 1) { newItem["src"] = "https://lsxdemall.oss-cn-beijing.aliyuncs.com/commonproductlogo/zfbreduce.png"; @@ -490,6 +492,7 @@ newItem["product_name"] = product.entity.batch_goods_name; newItem["channel"] = channels; newItem["goods"] = product; + newItem["send_num"] = 1; if (channels === 1) { newItem["src"] = "https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/redPacktes/alipay_icon.png";