新增店铺入驻未登录提示
parent
abc9c59e29
commit
c9a3c72c10
|
@ -57,7 +57,9 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.init();
|
if(this.$options.filters.tipsToLogin()){
|
||||||
|
this.init();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {},
|
mounted() {},
|
||||||
|
|
Loading…
Reference in New Issue