Commit 8e860246 authored by wangzhujun's avatar wangzhujun

1232

parent 9eeb7679
...@@ -126,13 +126,13 @@ export default class StartScene extends Scene { ...@@ -126,13 +126,13 @@ export default class StartScene extends Scene {
if(this.type && this.type == 1){ if(this.type && this.type == 1){
//引导过程中点亮杭州 回到引导页面显示第几位火炬手 //引导过程中点亮杭州 回到引导页面显示第几位火炬手
this.hand.visible = true; // this.hand.visible = true;
this.onTap(this.unlockBtn,this.GuideFive); this.onTap(this.unlockBtn,this.GuideFive);
}else{ }else{
if(data.currentLevel>0){ if(data.currentLevel>0){
this.needscore.visible = true; this.needscore.visible = true;
this.needscore.text = "需要达到"+data.nextLevelScore+"分数" this.needscore.text = "需要达到"+data.nextLevelScore+"分数"
this.needscore.touchEnabled = true; this.needscore.touchEnabled = false;
if(data.nextLevelScore>data.currentScore){ if(data.nextLevelScore>data.currentScore){
this.onTap(this.unlockBtn,this.noCredits); this.onTap(this.unlockBtn,this.noCredits);
this.unlockBtn.icon = "lockBtn_png"; this.unlockBtn.icon = "lockBtn_png";
......
...@@ -91,7 +91,7 @@ export default class GuidePanel extends Panel{ ...@@ -91,7 +91,7 @@ export default class GuidePanel extends Panel{
this.guide3.visible = false; this.guide3.visible = false;
this.xuanshi.visible = false; this.xuanshi.visible = false;
this.dianran.visible = true; this.dianran.visible = true;
this.numlab.text = "第"+data.startdata+"线上火炬手" this.numlab.text = "第"+data.startdata+"线上火炬手"
this.onTap(this.dianran,this.goPlace); this.onTap(this.dianran,this.goPlace);
} }
backStartScene(){ backStartScene(){
......
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