Commit aac875e7 authored by limingzhe's avatar limingzhe

fix: debug

parent c8fef8f2
...@@ -794,15 +794,15 @@ cc.Class({ ...@@ -794,15 +794,15 @@ cc.Class({
// break; // break;
// } // }
// setInterval(() => { // // setInterval(() => {
this.getPhotoData((data) => { // this.getPhotoData((data) => {
this.photoEnd(data); // this.photoEnd(data);
}); // });
// }, 3000); // // }, 3000);
console.log('curCheckGroup: ', JSON.stringify( this.curCheckGroup )); // console.log('curCheckGroup: ', JSON.stringify( this.curCheckGroup ));
return; // return;
......
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