Commit e0780efe authored by 范雪寒's avatar 范雪寒

test:

parent 2775e0f1
......@@ -961,10 +961,6 @@ cc.Class({
const ske = data.skeJsonData.url.replace('https', 'http') //"http://staging-teach.cdn.ireadabc.com/bd825dcceea298d1146be8067ae3d17f.json";
const atlas = data.texJsonData.url.replace('https', 'http') //"http://staging-teach.cdn.ireadabc.com/246f8991b729fa3e5a7f4802de828efa.json";
this.log('js: image = ' + image);
this.log('js: ske = ' + ske);
this.log('js: atlas = ' + atlas);
if (!image || !ske || !atlas) {
return;
}
......@@ -1011,6 +1007,7 @@ cc.Class({
if (animaNode.height) {
animaNode.scale = 376 / animaNode.height;
}
this.log('汪汪汪');
}
});
});
......
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