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
2740a049
Commit
2740a049
authored
Nov 05, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
2957c151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
webview.vue
pages/gameWebview/webview.vue
+3
-3
No files found.
pages/gameWebview/webview.vue
View file @
2740a049
...
...
@@ -17,7 +17,7 @@ import md from '../../md';
// 响应式数据
const
statusBarHeight
=
ref
(
0
)
const
webviewUrl
=
ref
(
'
https://momclub-test.feihe.com/h5/game/index.html
'
)
const
webviewUrl
=
ref
(
''
)
const
share
=
ref
(
null
)
// 分享数据
const
pageOptions
=
ref
({})
const
registered
=
ref
(
undefined
)
...
...
@@ -120,8 +120,8 @@ const initWebviewUrl = async () => {
const
memberInfo
=
userStore
.
memberInfo
||
userStore
.
userInfo
// 添加微信昵称(如果存在)
if
(
memberInfo
?.
nickname
)
{
params
.
wxNickName
=
memberInfo
.
nickname
if
(
memberInfo
?.
nickname
||
memberInfo
?.
memberName
)
{
params
.
wxNickName
=
memberInfo
.
nickname
||
memberInfo
.
memberName
}
// 添加 memberId(如果已注册)
...
...
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