From ff0807f91b69a9057043f7a9bf292102d91a9b46 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 6 Mar 2024 17:47:12 +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 --- reduce.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reduce.html b/reduce.html index 900bdf2..1a2e88c 100644 --- a/reduce.html +++ b/reduce.html @@ -229,7 +229,7 @@ // self.openErrorDialog("请在其他浏览器打开!"); // } else { if (this.goodInfo.entity.is_webview == 1) { - this.publicCollection(res.data.original_order_number); + this.publicCollection(res.data.order_number); } else { //唤起微信福利官小程序 window.location.replace(res.data.redirect_url);