This commit is contained in:
‘huanghaiixia’
2026-02-27 17:29:23 +08:00
4 changed files with 16 additions and 0 deletions

View File

@ -63,6 +63,7 @@
const value = ref<string>('');
const userStore = useUserStore();
const userInfo = userStore.getUserInfo;
console.log(userInfo)
const userImage = userInfo.avatar || headerImg;
const businessId = ref<string>('');
const canAdd = ref<boolean>(false);