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
75105d84
Commit
75105d84
authored
Jul 04, 2025
by
jtwu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_ck'
parents
eea7cd2f
60b466ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
naming.vue
pages/naming/naming.vue
+8
-1
No files found.
pages/naming/naming.vue
View file @
75105d84
...
@@ -263,7 +263,8 @@
...
@@ -263,7 +263,8 @@
}
from
'vue'
}
from
'vue'
import
{
import
{
onLoad
,
onLoad
,
onShow
onShow
,
onShareAppMessage
}
from
'@dcloudio/uni-app'
}
from
'@dcloudio/uni-app'
import
{
import
{
jump
,
jump
,
...
@@ -303,6 +304,12 @@
...
@@ -303,6 +304,12 @@
}
=
getCurrentInstance
();
}
=
getCurrentInstance
();
const
$baseUrl
=
proxy
.
$baseUrl
;
const
$baseUrl
=
proxy
.
$baseUrl
;
onShareAppMessage
(()
=>
({
title
:
'好名字是给宝宝独一无二的礼物'
,
path
:
`/pages/naming/naming?back_btn='hide'`
,
imageUrl
:
$baseUrl
+
'aiNaming/single.png'
}));
onLoad
((
options
)
=>
{
onLoad
((
options
)
=>
{
back_btn
.
value
=
options
.
back_btn
back_btn
.
value
=
options
.
back_btn
console
.
log
(
'接收到的参数:'
,
back_btn
.
value
)
console
.
log
(
'接收到的参数:'
,
back_btn
.
value
)
...
...
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