我在map上放了一个image,在模拟器上能显示,然后用微信去预览就显示不了了,这是什么鬼,下面是我写的代码,求大神解答
<view class="mainview">
<view class="top">
<text style="color:white">我的位置</text>
</view>
<view style="width:100%;height:100%">
<map markers="{{markers}}" latitude="{{latitude}}" longitude="{{longitude}}" style="width:100%;height:91%;position:absolute;" />
<image src="/file/getlocation.png" bindtap="clickGetLocation" style="position:absolute; z-index:2;top:88%;left:10px; width:48px;height:48px;"></image>
</view>
</view>
/* pages/jsms/home.wxss */
.mainview{
height: 100%;
position: absolute;
width: 100%;
}
.top{
width: 100%;
height: 9%;
line-height:48px;
background: #FF9419;
text-align: center;
}