From 06fae4a0ea0c2f5356d93f34499efcdf8c478c11 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 20 Jun 2023 16:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=8F=E6=84=9F=E8=AF=8D=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pidu/AppConversation/conversationRecord.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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() + } }); } },