cainiao-hue 3 달 전
부모
커밋
7698978006
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      soul-app/src/app/customer-service/customer-service.component.html
  2. 7 0
      soul-app/src/app/tab2/tab2.page.ts

+ 1 - 1
soul-app/src/app/customer-service/customer-service.component.html

@@ -10,5 +10,5 @@
 <ion-content class="modal-content">
   <h2>欢迎来到客服帮助中心!</h2> 
   <p>客服热线:19870628587</p>
-  <p>早上8:00~晚上23:00</p>
+  <p>早上8:00~晚上22:00</p>
 </ion-content>

+ 7 - 0
soul-app/src/app/tab2/tab2.page.ts

@@ -150,6 +150,13 @@ export class Tab2Page {
   }
   matchedCounselor: { name: string; specialty: string } | null = null;
 
+
+
+
+
+
+
+  
   async goChat(chatcompanion:CloudObject) {
     // 验证用户登录
     let currentUser = new CloudUser();