|
@@ -9,7 +9,7 @@
|
|
|
<ion-content [fullscreen]="true">
|
|
|
<ion-header collapse="condense">
|
|
|
<ion-toolbar>
|
|
|
- <ion-title size="large">Tab 2</ion-title>
|
|
|
+ <ion-title size="large">专家助手</ion-title>
|
|
|
</ion-toolbar>
|
|
|
|
|
|
</ion-header>
|
|
@@ -23,7 +23,10 @@
|
|
|
<ion-button (click)="sendMessage()" expand="block">问题解决</ion-button>
|
|
|
|
|
|
|
|
|
-<div>{{responseMsg}}</div>
|
|
|
+@if(!isComplete){
|
|
|
+ <div>{{responseMsg}}</div>
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
|
|
|
@if(isComplete){
|