银花优选微信小程序修改后的最新版本代码
This commit is contained in:
13
pages/map/index.wxml
Normal file
13
pages/map/index.wxml
Normal file
@@ -0,0 +1,13 @@
|
||||
<view class="container">
|
||||
<map id="myMap" latitude="{{latitude}}" longitude="{{longitude}}" scale="{{scale}}" style="width: 100%; height: 100vh;" show-location="{{true}}" markers="{{markers}}">
|
||||
|
||||
</map>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user