7 lines
238 B
Plaintext
7 lines
238 B
Plaintext
<view class="map_container">
|
|
<map class="map" id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="14" show-location="true" markers="{{markers}}"></map>
|
|
</view>
|
|
<view bindtap="goMap" class="go-here">
|
|
到这去
|
|
</view>
|