Commit 415a1fca authored by malin's avatar malin

t

parent 4e95058d
...@@ -221,9 +221,10 @@ export default { ...@@ -221,9 +221,10 @@ export default {
} else { } else {
// 支付不成功 // 支付不成功
if (this.countdown < 4) { if (this.countdown < 4) {
this._queryOrder(); return this._queryOrder();
} else {
this.$router.push({ path: "/pay", query: this.babyInfo });
} }
this.$router.push({ path: "/pay", query: this.babyInfo });
} }
}, 1000); }, 1000);
}); });
......
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