Commit a735be57 authored by limingzhe's avatar limingzhe

fix: 默认数据

parent 6f32f41d
......@@ -1059,11 +1059,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
const compFunc = (e) => {
console.log(' in compFunc ')
// if (this.isLast && this.playTimes > 0) {
if (this.isLast && this.playTimes > 0) {
this.showGoodjob();
// } else {
// this.animPlayEnd();
// }
} else {
this.animPlayEnd();
}
}
dragonDisplay.off(dragonBones.EventObject.COMPLETE)
dragonDisplay.on(dragonBones.EventObject.COMPLETE, compFunc)
......
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