From 47c9c53f3d749eda0f4269a80f36ee1a038520b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Tue, 22 Jul 2025 15:37:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/dialog.vue | 697 ++++++++++++++++++++----------------- src/pages/index/index.vue | 18 +- src/pages/login/login.vue | 17 +- 3 files changed, 399 insertions(+), 333 deletions(-) diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index c0f99472..b3ac284d 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -3,7 +3,8 @@ - + @@ -16,7 +17,7 @@ - + Hi,我是{{ userInfo.mascotInfo?.mascotName || ''}} 工作学习,我都能帮你! 试试他的能力 @@ -25,36 +26,22 @@ - {{questionList[item-1]}} + {{questionList[item-1]}} - {{questionList[item + Math.ceil(questionList.length/2)-1]}} + @click="sendText(questionList[item + Math.ceil(questionList.length/2)-1])"> + {{questionList[item + Math.ceil(questionList.length/2)-1]}} - - + + @@ -90,36 +77,56 @@ - + \ No newline at end of file diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 2a738d35..928cdf01 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -225,6 +225,7 @@