Browse Source

流式显示回答间隔

lihuilin/feature-20251024095243-我的
maziyang 4 weeks ago
parent
commit
8a92c7ad05
  1. 2
      pages/customerServicePlatform/questionDetail.vue

2
pages/customerServicePlatform/questionDetail.vue

@ -111,7 +111,7 @@
this.answerContent = '';
for (let i = 0; i < answer.length; i++) {
this.answerContent += answer[i];
await this.sleepTime(150);
await this.sleepTime();
}
} else {
this.answerContent = '获取回答失败,请重试';

Loading…
Cancel
Save