| | |
| | | <view class="file-list" v-if="item.docInfo.length&&item.isEnd"> |
| | | <view class="one-file" @click="uploadFile(file)" v-for="(file,findex) in item.docInfo" :key='findex'> |
| | | <image :src="getImg(file.docFormat)" mode=""></image> |
| | | <text>{{file.docName}}</text> |
| | | <text style="font-size: 26rpx;">{{file.docName}}</text> |
| | | </view> |
| | | </view> |
| | | <view v-if="item.isEnd||item.logSound" class="u-flex u-p-h-10 function-box"> |
| | |
| | | }, |
| | | methods: { |
| | | uploadFile(file) { |
| | | console.log(file.docPath); |
| | | window.open(this.baseUrl + file.docPath) |
| | | }, |
| | | chooseThisLLM(e) { |
| | |
| | | } |
| | | |
| | | text { |
| | | font-size: 30rpx; |
| | | font-size: 26rpx; |
| | | color: #101828; |
| | | line-height: 50rpx; |
| | | font-weight: 400; |