future 1 year ago
parent
commit
8a4a84dee1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      assets/script/run/tips/tips_view.ts

+ 0 - 2
assets/script/run/tips/tips_view.ts

@@ -95,7 +95,6 @@ export class tips_view extends Component {
 
     showTips(){
         this.IsShowSecondLevel = true
-        this.IsShowTips = true
         this.text_view.active = true;
         this.btn_answer.active = false;
         this.btn_tips.active = false;
@@ -104,7 +103,6 @@ export class tips_view extends Component {
 
     showAnswer(){
         this.IsShowSecondLevel = true
-        this.isShowAnswer = false
         this.text_view.active = true;
         this.btn_answer.active = false;
         this.btn_tips.active = false;