Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cc_mz_007
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
cc_mz_007
Commits
3e7cbdad
Commit
3e7cbdad
authored
Feb 09, 2022
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:
parent
21c11682
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
cc_mz_007.js
assets/cc_mz_007/scene/cc_mz_007.js
+11
-3
No files found.
assets/cc_mz_007/scene/cc_mz_007.js
View file @
3e7cbdad
...
@@ -738,7 +738,15 @@ cc.Class({
...
@@ -738,7 +738,15 @@ cc.Class({
},
},
log
(
str
)
{
const
middleLayerNode
=
cc
.
find
(
'
middleLayer
'
);
if
(
!
middleLayerNode
)
{
cc
.
log
(
str
);
return
;
}
middleLayerNode
.
getComponent
(
'
middleLayer
'
).
log
(
str
);
},
...
@@ -991,9 +999,9 @@ cc.Class({
...
@@ -991,9 +999,9 @@ cc.Class({
const
ske
=
data
.
skeJsonData
.
url
//"http://staging-teach.cdn.ireadabc.com/bd825dcceea298d1146be8067ae3d17f.json";
const
ske
=
data
.
skeJsonData
.
url
//"http://staging-teach.cdn.ireadabc.com/bd825dcceea298d1146be8067ae3d17f.json";
const
atlas
=
data
.
texJsonData
.
url
//"http://staging-teach.cdn.ireadabc.com/246f8991b729fa3e5a7f4802de828efa.json";
const
atlas
=
data
.
texJsonData
.
url
//"http://staging-teach.cdn.ireadabc.com/246f8991b729fa3e5a7f4802de828efa.json";
console
.
log
(
'
js: image =
'
+
image
);
this
.
log
(
'
js: image =
'
+
image
);
console
.
log
(
'
js: ske =
'
+
ske
);
this
.
log
(
'
js: ske =
'
+
ske
);
console
.
log
(
'
js: atlas =
'
+
atlas
);
this
.
log
(
'
js: atlas =
'
+
atlas
);
if
(
!
image
||
!
ske
||
!
atlas
)
{
if
(
!
image
||
!
ske
||
!
atlas
)
{
return
;
return
;
...
...
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