Commit 2d089019 authored by limingzhe's avatar limingzhe

fix: debug

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