Browse Source

update:tab2 page

cainiao-hue 4 months ago
parent
commit
c0c40b2f81
2 changed files with 8 additions and 6 deletions
  1. 6 4
      soul-app/src/app/tab2/tab2.page.html
  2. 2 2
      soul-app/src/app/tab2/tab2.page.ts

+ 6 - 4
soul-app/src/app/tab2/tab2.page.html

@@ -12,7 +12,8 @@
         <ion-card-title>智能匹配</ion-card-title>
       </ion-card-header>
       <ion-card-content>
-        <p>根据您的需求,智能匹配合适的心理咨询师。</p>
+        <p>根据您与陪聊机器人的问答情况,分析你的心理问题类型,再为您智能匹配合适的心理陪聊师。</p>
+        <!--
         <ion-item>
           <ion-label>选择心理问题类型</ion-label>
           <ion-select [(ngModel)]="selectedIssue">
@@ -21,6 +22,7 @@
             <ion-select-option value="relationship">人际关系</ion-select-option>
           </ion-select>
         </ion-item>
+      -->
         <ion-button expand="full" (click)="matchCounselor()">开始匹配</ion-button>
         <div *ngIf="matchedCounselor" class="match-result">
           <p>为您推荐的心理咨询师是:{{ matchedCounselor?.name }},擅长{{ matchedCounselor?.specialty }}。</p>
@@ -36,13 +38,13 @@
         <ion-card-title>陪聊服务</ion-card-title>
       </ion-card-header>
       <ion-card-content>
-        <p>我们的陪聊服务旨在为您提供情感支持和倾诉的机会。</p>
+        <p>在这里,我们的陪聊服务宗旨是为您提供情感支持和倾诉的机会,无论是生活上的开心,还是工作上的糟糕,你都可以跟我分享,这里是属于你一个人的空间,你可以大胆放心的使用。</p>
         <ion-button expand="full" (click)="startChat()">开始陪聊</ion-button>
-        <ol>
+        <!--<ol>
           <li>选择陪聊时间</li>
           <li>与陪聊师匹配</li>
           <li>开始聊天</li>
-        </ol>
+        </ol>-->
       </ion-card-content>
     </ion-card>
   </section>

+ 2 - 2
soul-app/src/app/tab2/tab2.page.ts

@@ -22,9 +22,9 @@ import { CommonModule } from '@angular/common';
 export class Tab2Page {
 
   constructor() {
-    this.selectedIssue = ''; // 或者其他合适的默认值
+    // 其他构造函数代码
   }
-  selectedIssue:string;
+  selectedIssue:string='';
   matchedCounselor: { name: string; specialty: string } | null = null;
 
   questions = [