update
This commit is contained in:
@@ -29,8 +29,12 @@ export class DemoManager {
|
||||
|
||||
}
|
||||
|
||||
EnterGirlList(id: number) {
|
||||
ViewManager.I.openBundlesView("GirlListPanel",id);
|
||||
themeId = -1;
|
||||
EnterGirlList(id: number = null) {
|
||||
if(id != null) {this.themeId = id;}
|
||||
if(this.themeId == -1) {return;}
|
||||
console.log("EnterGirlList id:"+id);
|
||||
ViewManager.I.openBundlesView("GirlListPanel",this.themeId);
|
||||
}
|
||||
EnterChat(id: number) {
|
||||
ViewManager.I.openBundlesView("ChatPanel",id);
|
||||
|
||||
Reference in New Issue
Block a user