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
678f89c0
Commit
678f89c0
authored
Nov 06, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
a023651b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
webview.vue
pages/gameWebview/webview.vue
+1
-1
Home.vue
views/Home.vue
+1
-2
No files found.
pages/gameWebview/webview.vue
View file @
678f89c0
...
...
@@ -224,7 +224,7 @@ const initWebviewUrl = async () => {
// 监听注册状态变化,初始化 webview URL
watch
(()
=>
registered
.
value
,
(
newVal
,
oldVal
)
=>
{
if
(
newVal
)
{
if
(
newVal
&&
newVal
!==
oldVal
)
{
nextTick
(()
=>
{
initWebviewUrl
()
})
...
...
views/Home.vue
View file @
678f89c0
...
...
@@ -364,8 +364,7 @@
<!-- 答案解析弹窗 -->
<CanEatAnswerPopup
:visible=
"showAnswerPopup"
:isCorrect=
"isAnswerCorrect"
:rewardInfo=
"rewardInfo"
:question=
"currentQuestion"
:correctAnswer=
"correctAnswer"
:analysis=
"answerAnalysis"
:optionDistribution=
"optionDistribution"
:allResult=
"canEatData?.analysis?.allResult"
@
close=
"showAnswerPopup = false"
/>
:allResult=
"canEatData?.analysis?.allResult"
@
close=
"showAnswerPopup = false"
/>
<!-- 金币动画模块 -->
<view
class=
"gold-coin-animation"
v-if=
"showGoldCoinAnimation"
@
tap=
"hideGoldCoinAnimation"
>
...
...
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