Compare commits
2 Commits
fb2f8fcd64
...
ea5b71c1ae
| Author | SHA1 | Date | |
|---|---|---|---|
| ea5b71c1ae | |||
|
|
c995d7d373 |
@@ -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 == 0) {
|
if (res.data.payState == -1) {
|
||||||
this.payErrorMessage = res.data.payErrorMessage
|
this.payErrorMessage = res.data.payErrorMessage
|
||||||
clearInterval(this.timer)
|
clearInterval(this.timer)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|||||||
Reference in New Issue
Block a user