公寓详情
This commit is contained in:
@@ -11,7 +11,6 @@ import store from '@/store/index';
|
||||
let showLoginModal = ref(false);
|
||||
|
||||
watch(() => store.state.showloginmodal, (newValue) => {
|
||||
console.log("newValue", newValue);
|
||||
// store.state.showloginmodal = false
|
||||
if (newValue) init1()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user