diff --git a/src/pages/course/components/touchBtn.vue b/src/pages/course/components/touchBtn.vue index 3006a5cf..4137c550 100644 --- a/src/pages/course/components/touchBtn.vue +++ b/src/pages/course/components/touchBtn.vue @@ -267,7 +267,7 @@ transLoading.value = false closeModel() uni.showToast({ - title: '系统异常,请联系管理员', + title: err.message || '系统异常,请联系管理员', icon: 'none', duration: 1000 }); @@ -515,6 +515,7 @@ // } isMoving.value = true; isTalking.value = true; + answerValue.value = '' emit('startRecord'); recNum.value += 1; let _recnum = recNum.value diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index 35ff96b3..8573ebbc 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -3,31 +3,17 @@ - + AI问答 内容由AI生成 - - + + + 历史 消息 @@ -49,42 +35,25 @@ - + {{ questionList[item - 1].hotContent }} - + {{ questionList[item + Math.ceil(questionList.length / 2) - 1].hotContent }} - - + + @@ -119,23 +88,16 @@ - + - - + + @@ -144,19 +106,49 @@