mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-21 04:02:02 +08:00
1 line
253 B
JavaScript
1 line
253 B
JavaScript
var e=class extends ui.view.DefaultTheme.ModeUI{constructor(){super(),this.btnCustom.on(Laya.Event.CLICK,this,()=>$ui.switchView(UI.pages.TALENT)),this.btnCelebrity.on(Laya.Event.CLICK,this,()=>$ui.switchView(UI.pages.CELEBRITY))}};export{e as default}; |