Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-08-27 17:47:46 | 2 | * @Date: 2025-08-27 17:47:46 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-06 01:26:41 | 4 | + * @LastEditTime: 2025-09-09 15:09:58 |
| 5 | * @FilePath: /lls_program/src/pages/Profile/index.vue | 5 | * @FilePath: /lls_program/src/pages/Profile/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
| 47 | import { ref, shallowRef } from 'vue'; | 47 | import { ref, shallowRef } from 'vue'; |
| 48 | import Taro, { useDidShow } from '@tarojs/taro'; | 48 | import Taro, { useDidShow } from '@tarojs/taro'; |
| 49 | import BottomNav from '../../components/BottomNav.vue'; | 49 | import BottomNav from '../../components/BottomNav.vue'; |
| 50 | -import { My, Shop3, Cart, Message, Tips, Right } from '@nutui/icons-vue-taro'; | 50 | +import { My, Shop3, Cart, Message, Tips, Right, Ask } from '@nutui/icons-vue-taro'; |
| 51 | // 默认头像 | 51 | // 默认头像 |
| 52 | const defaultAvatar = 'https://cdn.ipadbiz.cn/mlaj/images/icon_1.jpeg' | 52 | const defaultAvatar = 'https://cdn.ipadbiz.cn/mlaj/images/icon_1.jpeg' |
| 53 | // 获取接口信息 | 53 | // 获取接口信息 |
| ... | @@ -91,7 +91,7 @@ const allMenuItems = [ | ... | @@ -91,7 +91,7 @@ const allMenuItems = [ |
| 91 | }, | 91 | }, |
| 92 | { | 92 | { |
| 93 | id: 'privacy', | 93 | id: 'privacy', |
| 94 | - icon: Tips, | 94 | + icon: Ask, |
| 95 | label: '隐私政策', | 95 | label: '隐私政策', |
| 96 | color: 'bg-blue-500', | 96 | color: 'bg-blue-500', |
| 97 | onClick: () => Taro.navigateTo({ url: '/pages/PrivacyPolicy/index' }) | 97 | onClick: () => Taro.navigateTo({ url: '/pages/PrivacyPolicy/index' }) | ... | ... |
-
Please register or login to post a comment