From 0df12d98b4b6516bb4258acd4b010d7943406187 Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Mon, 26 Aug 2024 18:01:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=95=E6=8A=A5=E9=94=99=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/order/pay/index.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index aeb3fd1..dcb19b7 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest146? true : false; + data.isTest = data.isTest147? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/pages/order/pay/index.js b/pages/order/pay/index.js index 9c33ef7..bc26f71 100644 --- a/pages/order/pay/index.js +++ b/pages/order/pay/index.js @@ -240,7 +240,8 @@ Page({ } else { wx.showToast({ - title: data.ERRORMSG || "支付失败,请重试", + // title: data.ERRORMSG || "支付失败,请重试", + title: res.msg, icon:"none" }) }