14 lines
571 B
Plaintext
14 lines
571 B
Plaintext
<!-- index.wxml -->
|
|
<view class="container">
|
|
<map name="" id="map" class="map" longitude="{{longitude}}" latitude="{{latitude}}" markers="{{markes}}"
|
|
bindmarkertap="addf" show-location="{{true}}"></map>
|
|
<!-- <van-dialog use-slot title="提示" show="{{ show }}" open-type="openSetting" bindopensetting="shouquan"
|
|
bind:close="onClose">
|
|
请给予定位权限以显示地图
|
|
</van-dialog> -->
|
|
<van-popup show="{{ show }}" bind:close="onClose">
|
|
<view class="box">
|
|
|
|
</view>
|
|
</van-popup>
|
|
</view> |