From 1695eb129084f14867ab384c4f752bffe9baf4fb Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 23 Feb 2024 11:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=EF=B8=8F=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/settlement.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coupon/settlement.html b/coupon/settlement.html index 30653f4..aafa72e 100644 --- a/coupon/settlement.html +++ b/coupon/settlement.html @@ -291,7 +291,7 @@ "account": this.account, /* 卡密时默认账号 */ "pay_type": payType == 2 ? 1 : 5, "pay_amount": this.goodsDetail.coupon_price, - 'jd_code': sessionStorage.getItem('jd_code') || '' + 'jd_code': localStorage.getItem('jd_code') || '' }; return new Promise((resolve, reject) => { req.axiosPost('/key/createCouponOrder', data).then(res => {