From dfa09624b6aaff6c43b9cd27ba161e7c86ce0bd4 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 29 Dec 2023 09:25:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AA=20optimize:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E6=9D=A1=E4=BB=B6=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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";