diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index 3340900a..afdfc714 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 @@