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
f3257218
Commit
f3257218
authored
Jul 01, 2025
by
jtwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9428ad5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
My.vue
views/My.vue
+8
-8
No files found.
views/My.vue
View file @
f3257218
...
...
@@ -123,7 +123,7 @@
</view>
<!-- 工具 -->
<view
class=
"tool-container"
>
<text
class=
"tool-title"
>
工具
</text>
<text
class=
"tool-title"
@
click=
"toAiNaming"
>
工具
</text>
<view
class=
"tool-list"
>
<view
class=
"tool-item"
...
...
@@ -253,13 +253,13 @@ const handleToolClick = async (item) => {
}
};
//
//
跳转到ai取名页面
//
const toAiNaming = () => {
//
jump({
//
type: JumpType.INNER,
//
url: "/pages/naming/naming",
//
})
//
};
//跳转到ai取名页面
const
toAiNaming
=
()
=>
{
jump
({
type
:
JumpType
.
INNER
,
url
:
"/pages/naming/naming"
,
})
};
// 编辑个人资料
const
handleEditProfile
=
()
=>
{
...
...
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