g7加油逻辑 #4

Merged
luochao merged 1 commits from lc into master 2023-04-06 15:08:07 +08:00

View File

@@ -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({