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