Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
peppa_pig_finger
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
peppa_pig_finger
Commits
9fcd8564
Commit
9fcd8564
authored
Oct 09, 2023
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug
parent
92b565b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
peppa_pig_finger.js
assets/peppa_pig_finger/scene/peppa_pig_finger.js
+13
-4
No files found.
assets/peppa_pig_finger/scene/peppa_pig_finger.js
View file @
9fcd8564
...
...
@@ -644,6 +644,8 @@ initMask() {
console
.
log
(
'
in testingPage
'
,
this
.
curQues
.
tip_audio_url
);
// this.isCheckPage = true;
this
.
nextBtn
.
active
=
true
;
this
.
startTesting
(
data
,
true
);
return
;
...
...
@@ -748,6 +750,16 @@ initMask() {
const
nextBtn
=
cc
.
find
(
'
middleLayer/BtnRight
'
);
if
(
nextBtn
)
{
nextBtn
.
active
=
false
;
}
this
.
initNextBtn
();
// this.testingPage(this.curQues);
},
...
...
@@ -781,11 +793,8 @@ initMask() {
this
.
stopTesting
();
this
.
nextBtn
.
active
=
false
;
this
.
photoEndCheckPageSuccess
();
this
.
curQues
.
canPlayVideo
=
true
;
this
.
checkCanPlayVideo
();
this
.
hideTipAnima
();
})
},
...
...
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