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