Commit 19edee44 authored by limingzhe's avatar limingzhe

fix: debug

parent 3662175c
...@@ -480,14 +480,14 @@ cc.Class({ ...@@ -480,14 +480,14 @@ cc.Class({
setInterval(() => { // setInterval(() => {
this.getPhotoData((data) => { // this.getPhotoData((data) => {
this.photoEnd(data); // this.photoEnd(data);
}); // });
}, 300); // }, 300);
return; // return;
const cw = window.courseware; const cw = window.courseware;
if (!cw || !cw.openOsmoHandwriting) { if (!cw || !cw.openOsmoHandwriting) {
...@@ -1966,11 +1966,11 @@ cc.Class({ ...@@ -1966,11 +1966,11 @@ cc.Class({
// console.log(' this.photo end ', data); // console.log(' this.photo end ', data);
// if (!this.canTouch && isPool == false) { if (!this.canTouch && isPool == false) {
// this.dataPool.push(data); this.dataPool.push(data);
// console.log('! cantouch') console.log('! cantouch')
// return; return;
// } }
// this.changeBboxPos(data); // this.changeBboxPos(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