future 1 年之前
父节点
当前提交
8a4a84dee1
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;