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