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