From 03047a382e6f0f1945be32e28fd65e6b31817dfa Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 24 二月 2025 17:52:47 +0800 Subject: [PATCH] fix: 对接 --- apps/taro/src/stores/modules/user.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/apps/taro/src/stores/modules/user.ts b/apps/taro/src/stores/modules/user.ts index 8525d95..cab0747 100644 --- a/apps/taro/src/stores/modules/user.ts +++ b/apps/taro/src/stores/modules/user.ts @@ -240,6 +240,8 @@ this.token = ''; this.refreshToken = ''; this.userDetail = null; + this.virtualUserId = ''; + this.virtualPhoneNumber = ''; removeUserInfo(); removeUserDetail(); removeStorageVirtualUserId(); -- Gitblit v1.9.1