From 4b1602af42859a70ead85e21c009c7e21c03fa0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E8=B6=85?= <> Date: Thu, 6 Apr 2023 15:07:13 +0800 Subject: [PATCH] =?UTF-8?q?g7=E5=8A=A0=E6=B2=B9=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/stationDetail/ZYSite.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/stationDetail/ZYSite.vue b/pages/stationDetail/ZYSite.vue index 090785f..3cb429a 100644 --- a/pages/stationDetail/ZYSite.vue +++ b/pages/stationDetail/ZYSite.vue @@ -1298,7 +1298,7 @@ g7Api.getPayStatus(id).then(res => { if (res.code == 20000) { this.payState = res.data.payState - if (res.data.payState == -1) { + if (res.data.payState == 0) { this.payErrorMessage = res.data.payErrorMessage clearInterval(this.timer) uni.showToast({