Commit 6ac15c89 authored by wangzhujun's avatar wangzhujun

3333123

parent 1e5c2fba
......@@ -133,6 +133,7 @@ export default class StartScene extends Scene {
this[this.arr[i]].source = this[this.arr[i]].source.substring(2);
}
}
openGuide(){
let data = {type:1}
PanelCtrl.instance.show(ModuleTypes.GUIDE_PANEL,data);
......@@ -204,9 +205,12 @@ export default class StartScene extends Scene {
this.onTap(this.rankBtn,this.onTap_rankBtn);
this.onTap(this.recordBtn,this.onTap_recordBtn)
this.onTap(this.pkBtn,this.onTap_PKBtn);
this.onTap(this.firedBtn,this.onTap_chuandi);
}
onTap_chuandi(){
SceneCtrl.instance.change(ModuleTypes.ShareStarterScene);
}
onTap_PKBtn(){
yzwNet.getPkBaseInfo((s)=>{
if(!s){
......
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