Commit 5d821a17 authored by malin's avatar malin

test

parent a751ed5e
...@@ -153,7 +153,9 @@ export default { ...@@ -153,7 +153,9 @@ export default {
}, },
mounted() { mounted() {
this.babyInfo = JSON.parse(utils.getCookie("babyInfo")); this.babyInfo = JSON.parse(utils.getCookie("babyInfo")); // 将宝宝信息解析出来
this._queryOrder(); // 查询是否支付成功
this.getBabyInfo(); this.getBabyInfo();
this._fetchName(); this._fetchName();
}, },
...@@ -217,7 +219,7 @@ export default { ...@@ -217,7 +219,7 @@ export default {
// 支付不成功 // 支付不成功
this.$router.push({ this.$router.push({
path: "/pay", path: "/pay",
query: JSON.parse(utils.getCookie("babyInfo")), query: this.babyInfo,
}); });
} }
}); });
......
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