This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-20 19:01:45 +08:00
parent 8af1ac9484
commit c6710e7dfa
78 changed files with 10027 additions and 4250 deletions

View File

@@ -128,6 +128,11 @@ export class MainView extends JNGLayerBase {
app.layer.Open(GUI.PacksackView);
}
//点击商店页面
onClickShop(){
app.layer.Open(GUI.ShopView);
}
}