Commit 437fd9ba authored by malin's avatar malin

t

parent da4b17e3
...@@ -156,7 +156,7 @@ export default { ...@@ -156,7 +156,7 @@ export default {
} else { } else {
// 支付不成功 // 支付不成功
setTimeout(() => { setTimeout(() => {
if (this.countdown > 2) { if (this.countdown > 1) {
return this.$router.push({ path: "/pay", query: this.baseInfo }); return this.$router.push({ path: "/pay", query: this.baseInfo });
} }
this.countdown += 1; this.countdown += 1;
......
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