This commit is contained in:
liuye
2023-06-20 15:33:58 +08:00
parent c822fea46b
commit cf74b93ece

View File

@@ -170,6 +170,7 @@ export default {
this.getList() this.getList()
console.log() console.log()
this.scrollHeight = uni.getSystemInfoSync().windowHeight - 150 this.scrollHeight = uni.getSystemInfoSync().windowHeight - 150
this.injectJWeixin('openLocation')
}, },
onShow() { onShow() {
document.title = '会话详情' document.title = '会话详情'
@@ -279,7 +280,7 @@ export default {
current: img current: img
}) })
}, },
...mapActions(['previewFile']), ...mapActions(['previewFile', 'injectJWeixin']),
prevFile(file) { prevFile(file) {
var fileInfo = {url: file.sdkFileUrl, name: file.sdkFileName, size: file.fileSizeStr} var fileInfo = {url: file.sdkFileUrl, name: file.sdkFileName, size: file.fileSizeStr}
this.$loading() this.$loading()