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)