Commit 6ac15c89 authored by wangzhujun's avatar wangzhujun

3333123

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