From f1d9edfff09a63c54e0d1df6fb60dc85f551aaed Mon Sep 17 00:00:00 2001 From: Apple <> Date: Fri, 8 Jul 2022 17:33:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2last=5Fproduct=5Fid=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exchange.html b/exchange.html index a431a4a..2f12fcd 100644 --- a/exchange.html +++ b/exchange.html @@ -296,8 +296,9 @@ "token": sessionStorage.getItem('token') } req.axiosPost('/key/usage', data).then(res => { - sessionStorage.setItem('lastid', self.goodInfo.product_id); + // sessionStorage.setItem('lastid', self.goodInfo.product_id); if (res.code == 200) { + sessionStorage.setItem('lastid', self.goodInfo.product_id); // 查询订单接口 this.popboxtype = '成功'; this.popboxshow = true;