diff --git a/src/pages/about/detail.vue b/src/pages/about/detail.vue index 9c548a1..e9e59c7 100644 --- a/src/pages/about/detail.vue +++ b/src/pages/about/detail.vue @@ -33,12 +33,12 @@ > - {{ detail.author }} + {{ detail.title }} {{ detail.description }} - 导航 - + --> @@ -91,7 +91,7 @@ - {{ item.author }} + {{ item.title }} {{ item.description }} diff --git a/src/pages/about/index.vue b/src/pages/about/index.vue index afc4cec..a3623b8 100644 --- a/src/pages/about/index.vue +++ b/src/pages/about/index.vue @@ -60,7 +60,7 @@ - {{ item.author }} + {{ item.title }} {{ item.description }} diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 5424546..80f70f0 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -345,7 +345,7 @@ - {{ item.author }} + {{ item.title }} {{ item.description }} diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index be6b317..30bfbf0 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -30,6 +30,7 @@ async function decryptPhoneNumber(e) { const res = await userStore.wxPhoneLogin(e.detail.iv, e.detail.encryptedData) if (res.code === 1) { toast.success('登录成功') + await userStore.getUserInfo() setTimeout(() => { if (lastPage.value) { let method diff --git a/src/pages/my/components/wx-login.vue b/src/pages/my/components/wx-login.vue index efa957a..96357cb 100644 --- a/src/pages/my/components/wx-login.vue +++ b/src/pages/my/components/wx-login.vue @@ -19,7 +19,7 @@ style="backdrop-filter: blur(2rpx); border-radius: 10rpx" > - + @@ -122,59 +122,84 @@ -