Merge pull request 'g7加油逻辑' (#4) from lc into master
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user