地图
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user