新增店铺入驻未登录提示

master
Yer 2023-07-27 11:20:08 +08:00
parent abc9c59e29
commit c9a3c72c10
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ export default {
};
},
onShow() {
this.init();
if(this.$options.filters.tipsToLogin()){
this.init();
}
},
mounted() {},