From 8a92c7ad052c37f85832938a8a0ff5bef7ce0995 Mon Sep 17 00:00:00 2001 From: maziyang <2049865907@qq.com> Date: Thu, 30 Oct 2025 09:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E5=BC=8F=E6=98=BE=E7=A4=BA=E5=9B=9E?= =?UTF-8?q?=E7=AD=94=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/customerServicePlatform/questionDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/customerServicePlatform/questionDetail.vue b/pages/customerServicePlatform/questionDetail.vue index bf45938..cedeecb 100644 --- a/pages/customerServicePlatform/questionDetail.vue +++ b/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 = '获取回答失败,请重试';