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