Commit 04cd8436 authored by wildfirecode's avatar wildfirecode

Merge branch 'dev' of http://gitlab2.dui88.com/wanghongyuan/yyh into dev

parents 7d9d0ecb 6ac15c89
......@@ -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