4 Commits

Author SHA1 Message Date
fb2f8fcd64 Merge pull request 'g7加油逻辑' (#4) from lc into master
Reviewed-on: #4
2023-04-06 07:08:07 +00:00
骆超
4b1602af42 g7加油逻辑 2023-04-06 15:07:13 +08:00
c916caf705 Merge pull request 'g7加油逻辑' (#3) from ccaolc into master
Reviewed-on: #3
2023-04-03 08:30:06 +00:00
dcac2db1fa Merge pull request 'ccaolc' (#2) from ccaolc into master
Reviewed-on: #2
2022-11-09 08:28:34 +00:00

View File

@@ -1298,7 +1298,7 @@
g7Api.getPayStatus(id).then(res => { g7Api.getPayStatus(id).then(res => {
if (res.code == 20000) { if (res.code == 20000) {
this.payState = res.data.payState this.payState = res.data.payState
if (res.data.payState == -1) { if (res.data.payState == 0) {
this.payErrorMessage = res.data.payErrorMessage this.payErrorMessage = res.data.payErrorMessage
clearInterval(this.timer) clearInterval(this.timer)
uni.showToast({ uni.showToast({