fix: 修复兑换中心偶尔无法打开问题
This commit is contained in:
@@ -52,8 +52,8 @@ export const useUserStore = defineStore(
|
||||
|
||||
// 新增:打开用户中心方法
|
||||
const openUserCenter = (tab: string = 'user') => {
|
||||
userCenterActiveTab.value = tab;
|
||||
isUserCenterVisible.value = true;
|
||||
userCenterActiveTab.value = tab;
|
||||
};
|
||||
|
||||
// 新增:关闭用户中心方法
|
||||
|
||||
Reference in New Issue
Block a user