|
@@ -1295,10 +1295,12 @@ Instruction: Based on the context, follow "Format example", write content.
|
|
|
_talkTextIiframe2.contentWindow.closesynthesizer();
|
|
|
this.aiIsTalk = false;
|
|
|
if (this.aiTalkList.length) this.aiTalk(0);
|
|
|
+ else this.aiTalkUid = ""
|
|
|
} catch (error) {
|
|
|
// console.log("error")
|
|
|
this.aiIsTalk = false;
|
|
|
if (this.aiTalkList.length) this.aiTalk(0);
|
|
|
+ else this.aiTalkUid = ""
|
|
|
}
|
|
|
} else {
|
|
|
let _text = this.aiTalkList.shift();
|