From 8e75bb4e451d6d3f33e2146335bad0f85d27d99f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 02 十一月 2023 17:06:46 +0800
Subject: [PATCH] 硬件协议对接
---
bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.wxml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.wxml b/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.wxml
index 89458de..b995647 100644
--- a/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.wxml
+++ b/bicycle/unpackage/dist/dev/mp-weixin/pages/maps/maps.wxml
@@ -1 +1 @@
-<view class="ditu data-v-36df0b66"><map class="ditu_map data-v-36df0b66" id="mapId" markers="{{markers}}" show-location="{{true}}" latitude="{{latitude}}" longitude="{{longitude}}" data-event-opts="{{[['markertap',[['markertap',['$event']]]],['callouttap',[['toNavigation',['$event']]]]]}}" bindmarkertap="__e" bindcallouttap="__e"><cover-view slot="callout" class="data-v-36df0b66"><block wx:for="{{markers}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block class="data-v-36df0b66"><cover-view class="customCallout data-v-36df0b66" marker-id="{{item.id}}"><image src="/static/icon/ic_dingwei@2x.png" mode="widthFix" class="data-v-36df0b66"></image><text class="mm data-v-36df0b66">{{rice+"绫�"}}</text><view class="h data-v-36df0b66"></view><text class="dh data-v-36df0b66">瀵艰埅</text></cover-view></block></block></cover-view></map><u-popup vue-id="b5fa3b40-1" show="{{show}}" overlay="{{false}}" round="{{10}}" mode="bottom" data-event-opts="{{[['^close',[['e0']]]]}}" bind:close="__e" class="data-v-36df0b66" bind:__l="__l" vue-slots="{{['default']}}"><view class="ditu_box data-v-36df0b66"><view class="ditu_box_a data-v-36df0b66"><text class="data-v-36df0b66">{{info.title}}</text><text class="data-v-36df0b66">{{"璺濈"+rice+"m"}}</text></view><view class="ditu_box_b data-v-36df0b66">{{''+info.addr+''}}</view><view data-event-opts="{{[['tap',[['toNavigation',['$event']]]]]}}" class="ditu_box_c data-v-36df0b66" bindtap="__e">瀵艰埅鍓嶅線</view></view></u-popup><image class="dw data-v-36df0b66" src="/static/icon/map_relocation@2x.png" mode="widthFix" data-event-opts="{{[['tap',[['clickcontrol',['$event']]]]]}}" bindtap="__e"></image></view>
\ No newline at end of file
+<view class="ditu data-v-36df0b66"><map class="ditu_map data-v-36df0b66" id="mapId" markers="{{markers}}" show-location="{{true}}" latitude="{{latitude}}" longitude="{{longitude}}" data-event-opts="{{[['markertap',[['markertap',['$event']]]],['callouttap',[['toNavigation',['$event']]]]]}}" bindmarkertap="__e" bindcallouttap="__e"><cover-view slot="callout" class="data-v-36df0b66"><block wx:for="{{markers}}" wx:for-item="item" wx:for-index="index" wx:key="index"><cover-view class="data-v-36df0b66"><cover-view class="customCallout data-v-36df0b66" marker-id="{{item.id}}"><cover-image class="image data-v-36df0b66" src="/static/icon/ic_dingwei@2x.png" mode="widthFix"></cover-image><cover-view class="mm data-v-36df0b66">{{rice*1000+"绫�"}}</cover-view><cover-view class="h data-v-36df0b66"></cover-view><cover-view class="dh data-v-36df0b66">瀵艰埅</cover-view></cover-view></cover-view></block></cover-view></map><u-popup vue-id="b5fa3b40-1" show="{{show}}" overlay="{{false}}" round="{{10}}" mode="bottom" data-event-opts="{{[['^close',[['e0']]]]}}" bind:close="__e" class="data-v-36df0b66" bind:__l="__l" vue-slots="{{['default']}}"><view class="ditu_box data-v-36df0b66"><view class="ditu_box_a data-v-36df0b66"><text class="data-v-36df0b66">{{info.title}}</text><text class="data-v-36df0b66">{{"璺濈"+rice*1000+"m"}}</text></view><view class="ditu_box_b data-v-36df0b66">{{''+info.addr+''}}</view><view data-event-opts="{{[['tap',[['toNavigation',['$event']]]]]}}" class="ditu_box_c data-v-36df0b66" bindtap="__e">瀵艰埅鍓嶅線</view></view></u-popup><image class="dw data-v-36df0b66" src="/static/icon/map_relocation@2x.png" mode="widthFix" data-event-opts="{{[['tap',[['clickcontrol',['$event']]]]]}}" bindtap="__e"></image></view>
\ No newline at end of file
--
Gitblit v1.9.3