From 943a7ae352a8db2484155642182587f6d43da6f6 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Thu, 29 Feb 2024 16:53:10 +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 --- combiningAlipay.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/combiningAlipay.html b/combiningAlipay.html index 7bb53ea..6bfc7d8 100644 --- a/combiningAlipay.html +++ b/combiningAlipay.html @@ -118,7 +118,8 @@ this.loading = false; clearTimeout(clr); }, 2000); - this.getProductDetail(true, res.message); + const text = res.code == 200 ? '' : res.message; + this.getProductDetail(true, text); }) .catch((err) => { }); },