<!--miniprogram/pages/earth/earth.wxml--> <view class="" hover-class="none" hover-stop-propagation="false" style="width: 100%; height: 100%;"> <map id="map" longitude="{{longitude}}" latitude=" {{latitude}}" controls="{{controls}}" bindcontroltap="controltap" markers="{{markers}}" scale="13" show-location style="width: 100%; height: 100%;"></map> </view> <van-popup show="{{ show }}" closeable close-icon="close" position="bottom" custom-style="height: 30%;" bind:close="onClose" > <view>请输入设备编号</view> </van-popup>