Commit 71b28cc8 authored by Tt's avatar Tt

更换事件移除

parent 6886bf74
......@@ -54,6 +54,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
}
protected onDestroy(): void {
}
onClose() {
pg.event.clear();
courseware.onConfigurationLandscape()
// 下一页
......@@ -67,9 +69,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
// middleLayerComponent.goNextPage(); // 跳转到下一页
// }
}
onClose() {
this.onDestroy();
}
_cantouch = null;
//题目id
......
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