Commit f9d0e5a8 authored by 郭志伟's avatar 郭志伟

fix: 顾问支付流程修改

parent 8ac62bba
...@@ -206,10 +206,14 @@ export default { ...@@ -206,10 +206,14 @@ export default {
}, },
watch: { watch: {
isShowLogin(val) { isShowLogin(val) {
console.log(111);
if (!val) { if (!val) {
this.isLogin = localStorage.get("mongoToken"); this.isLogin = localStorage.get("mongoToken");
} }
},
state(val) {
if (val <= 2) {
this.checkLogin();
}
} }
}, },
mounted() { mounted() {
......
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