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

fix: 顾问支付流程修改

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