Commit ca221bfe authored by limingzhe's avatar limingzhe

fix: debug

parent 327eab84
...@@ -511,10 +511,10 @@ cc.Class({ ...@@ -511,10 +511,10 @@ cc.Class({
//调起检测 //调起检测
startTesting() { startTesting() {
// this.getPhotoData((data) => { this.getPhotoData((data) => {
// this.photoEnd(data); this.photoEnd(data);
// }); });
// return; return;
const cw = window.courseware; const cw = window.courseware;
...@@ -4602,7 +4602,7 @@ cc.Class({ ...@@ -4602,7 +4602,7 @@ cc.Class({
animaNode.scale = scale; animaNode.scale = scale;
// animaNode.active = false; // animaNode.active = false;
animaNode.opacity = 0; animaNode.opacity = 20;
}); });
......
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