Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wukong_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
wukong_finger
Commits
85fc32d4
Commit
85fc32d4
authored
Oct 17, 2023
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug
parent
111d5863
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
wukong_finger.js
assets/wukong_finger/scene/wukong_finger.js
+18
-2
No files found.
assets/wukong_finger/scene/wukong_finger.js
View file @
85fc32d4
...
...
@@ -613,6 +613,8 @@ initMask() {
checkStart
(
data
)
{
// return;
console
.
log
(
'
in checkStart
'
)
if
(
data
.
debugBgImg
&&
data
.
hzLoadEnd
&&
this
.
video
?.
node
?.
isLoadEnd
)
{
...
...
@@ -765,6 +767,15 @@ initMask() {
// this.readingItemArr = this.curQues.readingItemArr;
// this.readingItemArrIndex = 0;
// playAudio(this.readingTip2Clip, () => {
// this.showReadingItem();
// })
const
nextBtn
=
cc
.
find
(
'
middleLayer/BtnRight
'
);
if
(
nextBtn
)
{
...
...
@@ -2115,8 +2126,9 @@ showStartLight() {
// playAudioByUrl(this.curReadingAudioUrl, () => {
this
.
recordIconStart
();
this
.
startRecordToText
();
// this.recordIconStart();
// this.startRecordToText();
this
.
readingSoundBtnClick
();
...
...
@@ -2299,6 +2311,10 @@ showStartLight() {
},
stopRecordToText
()
{
if
(
!
this
.
isRealtimeRecord
)
{
return
;
}
console
.
log
(
'
in stopRecordToText 1
'
)
const
stopRealtimeRecord
=
window
?.
courseware
?.
stopRealtimeRecord
if
(
stopRealtimeRecord
)
{
...
...
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