From d25691464e04729897246458575a8bd8a9c95ad5 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Tue, 1 Nov 2022 11:28:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E3=80=90c=E7=AB=AF?= =?UTF-8?q?=E3=80=91=E8=B4=AD=E4=B9=B0=E5=95=86=E5=93=81=E2=80=9C=E8=90=A5?= =?UTF-8?q?=E9=94=80=E7=B3=BB=E7=BB=9F=E5=8D=A1=E5=AF=86=E2=80=9D=EF=BC=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E6=94=AF=E4=BB=98=E9=87=91=E9=A2=9D?= =?UTF-8?q?=E6=98=AF0.1=EF=BC=8C=E4=BD=86=E6=98=AF=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=88=B0=E6=94=AF=E4=BB=98=E6=97=B6=EF=BC=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E6=98=AF1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coupon/details.html b/coupon/details.html index 3297f67..d85862b 100644 --- a/coupon/details.html +++ b/coupon/details.html @@ -554,7 +554,7 @@ let data = { "token": localStorage.getItem('token'), "key": localStorage.getItem('key'), - "code_batch_id": this.goodsDetail.code_batch_id, + "code_batch_id": this.goodsDetail.coupon.code_batch_id||this.goodsDetail.code_batch_id, "goods_id": this.goodInfo.goods_id, "account": this.account || '888888', /* 卡密时默认账号 */ "pay_type": payType == 2 ? 1 : 5,