diff --git a/src/project/pidu/AppConversation/conversationRecord.vue b/src/project/pidu/AppConversation/conversationRecord.vue index eaefbb32..7c0f14be 100644 --- a/src/project/pidu/AppConversation/conversationRecord.vue +++ b/src/project/pidu/AppConversation/conversationRecord.vue @@ -72,7 +72,9 @@
- + + +

{{item.title}}

{{item.address}}

@@ -157,6 +159,7 @@ export default { } this.id = this.params.userId this.scrollHeight = uni.getSystemInfoSync().windowHeight - 56 + this.injectJWeixin('openLocation') this.getKeywordList() }, onShow() { @@ -380,6 +383,9 @@ export default { name: row.title, // 位置名 address: row.address, // 地址详情说明 scale: row.zoom, // 地图缩放级别,整形值,范围从1~28。默认为16 + fail: () => { + location.reload() + } }); } },