cainiao-hue 3 months ago
parent
commit
7698978006

+ 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();