Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-09 15:12:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8f244998503c7a6a7bf7666d0f61f50106252da
f8f24499
1 parent
86502ec1
refactor(Profile): 将隐私政策图标从Tips替换为Ask
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/Profile/index.vue
src/pages/Profile/index.vue
View file @
f8f2449
<!--
* @Date: 2025-08-27 17:47:46
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-0
6 01:26:41
* @LastEditTime: 2025-09-0
9 15:09:58
* @FilePath: /lls_program/src/pages/Profile/index.vue
* @Description: 文件描述
-->
...
...
@@ -47,7 +47,7 @@
import { ref, shallowRef } from 'vue';
import Taro, { useDidShow } from '@tarojs/taro';
import BottomNav from '../../components/BottomNav.vue';
import { My, Shop3, Cart, Message, Tips, Right } from '@nutui/icons-vue-taro';
import { My, Shop3, Cart, Message, Tips, Right
, Ask
} from '@nutui/icons-vue-taro';
// 默认头像
const defaultAvatar = 'https://cdn.ipadbiz.cn/mlaj/images/icon_1.jpeg'
// 获取接口信息
...
...
@@ -91,7 +91,7 @@ const allMenuItems = [
},
{
id: 'privacy',
icon:
Tips
,
icon:
Ask
,
label: '隐私政策',
color: 'bg-blue-500',
onClick: () => Taro.navigateTo({ url: '/pages/PrivacyPolicy/index' })
...
...
Please
register
or
login
to post a comment