From b6f19609c3148205efb0212fda2eece2133b52af Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Tue, 8 Oct 2024 16:54:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xw-pages/reduce.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/xw-pages/reduce.html b/xw-pages/reduce.html index 3e325bb..effc1a7 100644 --- a/xw-pages/reduce.html +++ b/xw-pages/reduce.html @@ -261,8 +261,6 @@ }; req.axiosPost("/key/usage", data) .then((res) => { - alert(res); - debugger; if (res.code == 200) { localStorage.setItem("lastid", self.goodInfo.product_id); this.orderId = res.data.order_number;