From 889c25e03ba819b0d534232049da438adcbea054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Fri, 5 Sep 2025 15:56:06 +0800 Subject: [PATCH] fix: bug --- src/pages/index/components/answer.vue | 7 ++++++- src/pages/index/dialog.vue | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/index/components/answer.vue b/src/pages/index/components/answer.vue index 7f5c7413..8af4d290 100644 --- a/src/pages/index/components/answer.vue +++ b/src/pages/index/components/answer.vue @@ -20,6 +20,7 @@ {{index+1}}. {{item.docName}} + 本次回答参考资料来源于网络 @@ -236,7 +237,11 @@ } } } - + .link-cont-desc{ + margin-bottom: 12rpx; + font-size: 24rpx; + color: #999; + } .link-cont { margin-bottom: 12rpx; font-size: 28rpx; diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index f9ba70ce..72cd412d 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -200,8 +200,8 @@ const createNewDialog = () => { + common.msg('已经是最新对话') common.redirectTo(`/pages/index/dialog`) - // talkingList.value = [] } const showModelComfirm = ref(false) const reconcatNum = ref(1)