Commit 19edee44 authored by limingzhe's avatar limingzhe

fix: debug

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