diff --git a/src/pages/my/components/wx-login.vue b/src/pages/my/components/wx-login.vue index dae62ae..e523951 100644 --- a/src/pages/my/components/wx-login.vue +++ b/src/pages/my/components/wx-login.vue @@ -19,20 +19,20 @@ style="backdrop-filter: blur(2rpx); border-radius: 10rpx" > - - + + - {{ userInfo.nickname }} + {{ userStore.userInfo?.nickname }} - ID:{{ userInfo.id }} + ID:{{ userStore.userInfo?.id }} - + 去登录 @@ -121,100 +121,94 @@ - - diff --git a/src/pages/my/index.vue b/src/pages/my/index.vue index f8bb881..1e5a08e 100644 --- a/src/pages/my/index.vue +++ b/src/pages/my/index.vue @@ -1,4 +1,4 @@ - - - -{ - style: { navigationStyle: 'custom', navigationBarTitleText: '我的' }, -} - - - - -