|
@@ -294,6 +294,7 @@ export default {
|
|
|
if (!_this.talkLoading) _this.talkText();
|
|
|
}
|
|
|
_this.chatLoading = false;
|
|
|
+ _this.userText = '';
|
|
|
} else {
|
|
|
// _talkIndex+=1;
|
|
|
let _text = _eData.replace("'", "").replace("'", "");
|
|
@@ -331,6 +332,8 @@ export default {
|
|
|
},
|
|
|
onclose(){
|
|
|
_this.$forceUpdate();
|
|
|
+ _this.userText = '';
|
|
|
+
|
|
|
// _this.stopTalkToken = null;
|
|
|
// // _this.faloading = false;
|
|
|
_this.curRequestController = null;
|