Commit 146d4d77 authored by malin's avatar malin

t

parent eb2bfb4c
...@@ -225,7 +225,7 @@ export default { ...@@ -225,7 +225,7 @@ export default {
// } // }
setTimeout(() => { setTimeout(() => {
if (this.countdown == 1) { if (this.countdown == 1) {
return; return this.$router.push({ path: "/pay", query: this.babyInfo });
} }
this.countdown += 1; this.countdown += 1;
this._queryOrder(); this._queryOrder();
......
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