Commit 7a871f1c authored by 郭志伟's avatar 郭志伟

fix: 支付流程优化

parent 529e1840
...@@ -207,6 +207,7 @@ export default { ...@@ -207,6 +207,7 @@ export default {
if (result) { if (result) {
this.$toast("支付成功"); this.$toast("支付成功");
this.payState = "支付成功"; this.payState = "支付成功";
return;
} else if (payState) { } else if (payState) {
this.payState = "支付中。。。"; this.payState = "支付中。。。";
this.getPayState(); this.getPayState();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment