From e1f9e83af4be41995083c76b3128069bc6af195d Mon Sep 17 00:00:00 2001 From: zhangds Date: Fri, 2 Dec 2022 14:54:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E9=81=AE=E7=85=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange.html b/exchange.html index 9e2002d..2ec75a9 100644 --- a/exchange.html +++ b/exchange.html @@ -295,7 +295,7 @@ "token": localStorage.getItem('token') } req.axiosPost('/key/usage', data).then(res => { - self.closeBtn(); + self.popboxshow = false; if (res.code == 200) { sessionStorage.setItem('lastid', self.goodInfo.product_id); // 查询订单接口