|
@@ -98,19 +98,6 @@ export class tab4Page {
|
|
|
openChatPanelModal(this.modalCtrl, options)
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * 开始聊天
|
|
|
- */
|
|
|
- openChat() {
|
|
|
- let options: ChatPanelOptions = {
|
|
|
- roleId: "2DXJkRsjXK",
|
|
|
- onChatSaved: (chat: FmodeChat) => {
|
|
|
- // chat?.chatSession?.id 本次会话的 chatId
|
|
|
- console.log("onChatSaved", chat, chat?.chatSession, chat?.chatSession?.id)
|
|
|
- },
|
|
|
- }
|
|
|
- openChatPanelModal(this.modalCtrl, options)
|
|
|
- }
|
|
|
/**
|
|
|
* 恢复聊天
|
|
|
* @chatId 从onChatSaved生命周期中,获取chat?.chatSession?.id
|
|
@@ -123,9 +110,7 @@ export class tab4Page {
|
|
|
openChatPanelModal(this.modalCtrl, options)
|
|
|
}
|
|
|
|
|
|
- goChat() {
|
|
|
- this.router.navigateByUrl("/chat/session/role/2DXJkRsjXK")
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
|
|
|
// audioModalHeightPoint:number = 0.35;
|