This commit is contained in:
杨航
2025-09-05 15:56:06 +08:00
parent f482e6d208
commit 889c25e03b
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -20,6 +20,7 @@
<view class="link-item" v-for="(item, index) in fileList" @click.stop="previewFile(item)">{{index+1}}. {{item.docName}}</view>
</view>
</view>
<view v-else-if="!props.isAnswering" class="link-cont-desc">本次回答参考资料来源于网络</view>
<view :class="['link-cont', activeNames.indexOf(2) >= 0 ? 'is-active' : '']" v-if="crsList.length > 0">
<view class="link-info" @click="changeActive(2)">
<view class="info-text">
@@ -236,7 +237,11 @@
}
}
}
.link-cont-desc{
margin-bottom: 12rpx;
font-size: 24rpx;
color: #999;
}
.link-cont {
margin-bottom: 12rpx;
font-size: 28rpx;
+1 -1
View File
@@ -200,8 +200,8 @@
const createNewDialog = () => {
common.msg('已经是最新对话')
common.redirectTo(`/pages/index/dialog`)
// talkingList.value = []
}
const showModelComfirm = ref(false)
const reconcatNum = ref(1)