下面的代码为什么map全屏?
<!–pages/about/contactus.wxml–>
<view class="" hover-class=“none” hover-stop-propagation=“false” style=“width: 100%; height:50%;”>
<map id=“map” longitude="{{115.685630}}" latitude="{{37.071070}}" markers="{{markers}}" scale=“13” show-location style=“width: 100%; height:750rpx;”></map>
</view>
<button >联系电话:0319-8291869</button>