This commit is contained in:
杨航
2025-11-26 14:56:40 +08:00
parent d18a5dc311
commit b70ed263ac
+5 -1
View File
@@ -228,6 +228,7 @@
};
const showModelComfirm = ref(false);
const reconcatNum = ref(1);
const askTime = ref(0)
const initsocketTask = () => {
isHistory.value = false;
socketStore.creatSocket('/traask/asksocket/open?summary=');
@@ -290,7 +291,6 @@
if (commond === 'ASK-START') {
// console.log('开启对话!')
reqBatch.value = body.reqBatch;
pointAndBadgesRun('06')
return;
}
if (commond === 'ASK') {
@@ -298,6 +298,10 @@
if (talkingList.value.length > 0 && talkingList.value[talkingList.value.length - 1].isLoading) {
talkingList.value.pop();
}
if (askTime.value === 0){
pointAndBadgesRun('06')
askTime.value = 1
}
seqNo.value = body.seqNo;
touchBtnCallBack.value && touchBtnCallBack.value();
touchBtnCallBack.value = null;