Commit 12102e48 authored by limingzhe's avatar limingzhe

fix: debug 转屏测试

parent 5f06e116
No preview for this file type
{"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
...@@ -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) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment