Commit 2d089019 authored by limingzhe's avatar limingzhe

fix: debug

parent 50f331a6
...@@ -2444,13 +2444,13 @@ cc.Class({ ...@@ -2444,13 +2444,13 @@ cc.Class({
startTesting() { startTesting() {
setInterval(() => { // setInterval(() => {
this.getPhotoData((data) => { // this.getPhotoData((data) => {
this.photoEnd(data); // this.photoEnd(data);
}); // });
}, 1000); // }, 1000);
return; // return;
const cw = window.courseware; const cw = window.courseware;
......
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