From 0491c70e79dac4825383b4dabbb7fee02963d74a Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Tue, 8 Oct 2024 16:31:21 +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 insertions(+) diff --git a/xw-pages/reduce.html b/xw-pages/reduce.html index effc1a7..3e325bb 100644 --- a/xw-pages/reduce.html +++ b/xw-pages/reduce.html @@ -261,6 +261,8 @@ }; 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;