Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
d81d23ac
Commit
d81d23ac
authored
Jun 16, 2025
by
tao.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 点击banner唤起修改
parent
71b6374b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
My.vue
views/My.vue
+2
-2
No files found.
views/My.vue
View file @
d81d23ac
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
@
update:selectedIndex=
"(val) => (wheelSelectedIndex = val)"
@
update:selectedIndex=
"(val) => (wheelSelectedIndex = val)"
/>
/>
</view>
</view>
<view
class=
"bg-container"
>
<view
class=
"bg-container"
@
click=
"handleEditProfile"
>
<image
<image
class=
"bg-img"
class=
"bg-img"
:src=
"
:src=
"
...
@@ -255,7 +255,7 @@ const handleToolClick = async (item) => {
...
@@ -255,7 +255,7 @@ const handleToolClick = async (item) => {
// 编辑个人资料
// 编辑个人资料
const
handleEditProfile
=
()
=>
{
const
handleEditProfile
=
()
=>
{
if
(
!
userStore
.
userInfo
||
JSON
.
stringify
(
userStore
.
userInfo
)
===
"{}"
)
{
if
(
!
cfgStatus
.
value
.
isRegister
||
!
userStore
.
userInfo
||
JSON
.
stringify
(
userStore
.
userInfo
)
===
"{}"
)
{
return
;
return
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment