fix: bug
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -200,8 +200,8 @@
|
||||
|
||||
|
||||
const createNewDialog = () => {
|
||||
common.msg('已经是最新对话')
|
||||
common.redirectTo(`/pages/index/dialog`)
|
||||
// talkingList.value = []
|
||||
}
|
||||
const showModelComfirm = ref(false)
|
||||
const reconcatNum = ref(1)
|
||||
|
||||
Reference in New Issue
Block a user