From c995d7d3737332fdb256a71b0a5fd7e1aa2fdf4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E8=B6=85?= <> Date: Fri, 7 Apr 2023 16:45:31 +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 3cb429a..090785f 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 == 0) { + if (res.data.payState == -1) { this.payErrorMessage = res.data.payErrorMessage clearInterval(this.timer) uni.showToast({ -- 2.36.2