Commit c1f9e34f authored by malin's avatar malin

r

parent 966fe8d9
...@@ -97,6 +97,7 @@ export default { ...@@ -97,6 +97,7 @@ export default {
}, },
mounted() { mounted() {
location.reload();
const n = JSON.parse(utils.getCookie("baseInfo")); const n = JSON.parse(utils.getCookie("baseInfo"));
this.baseInfo = n ? n : ["name", "name"]; this.baseInfo = n ? n : ["name", "name"];
...@@ -156,7 +157,7 @@ export default { ...@@ -156,7 +157,7 @@ export default {
} else { } else {
// 支付不成功 // 支付不成功
setTimeout(() => { setTimeout(() => {
if (this.countdown > 3) { if (this.countdown > 2) {
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