Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cc_mz_link_write_03
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_link_write_03
Commits
12102e48
Commit
12102e48
authored
Oct 18, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug 转屏测试
parent
5f06e116
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
.DS_Store
.DS_Store
+0
-0
cc_mz_link_write_03.meta
assets/cc_mz_link_write_03.meta
+15
-1
cc_mz_link_write_03.js
assets/cc_mz_link_write_03/scene/cc_mz_link_write_03.js
+6
-4
No files found.
.DS_Store
View file @
12102e48
No preview for this file type
assets/cc_mz_link_write_03.meta
View file @
12102e48
{"ver":"1.1.2","uuid":"3949ae25-aa24-4462-ab65-b98bd055057d","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
{
\ No newline at end of file
"ver": "1.1.2",
"uuid": "3949ae25-aa24-4462-ab65-b98bd055057d",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
assets/cc_mz_link_write_03/scene/cc_mz_link_write_03.js
View file @
12102e48
...
@@ -599,10 +599,10 @@ cc.Class({
...
@@ -599,10 +599,10 @@ cc.Class({
// this.showRectWrong(this.writeNodeArr[0]);
// this.showRectWrong(this.writeNodeArr[0]);
//
this.getPhotoData((data) => {
this
.
getPhotoData
((
data
)
=>
{
//
this.photoEnd(data);
this
.
photoEnd
(
data
);
//
});
});
//
return;
return
;
const
cw
=
window
[
"
courseware
"
];
const
cw
=
window
[
"
courseware
"
];
...
@@ -751,6 +751,8 @@ cc.Class({
...
@@ -751,6 +751,8 @@ cc.Class({
},
},
addOsmoListener
()
{
addOsmoListener
()
{
return
;
if
(
window
[
'
air
'
])
{
if
(
window
[
'
air
'
])
{
window
[
'
air
'
].
osmoHandwritingCallback
=
(
data
)
=>
{
window
[
'
air
'
].
osmoHandwritingCallback
=
(
data
)
=>
{
...
...
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