我在map 上面加个悬浮按钮,点击查找自己的位置, 并放大缩小,
在模拟器上可以正常显示, 但是在真机上面却显示不了。
<map id= "map" scale= "{{scale}}" markers= "{{markers}}" latitude= "{{latitude}}" longitude= "{{longitude}}" controls= "{{controls}}" show-location bindcontroltap= "controltap" bindregionchange= "regionchange" bindmarkertap= "markertap" bindcallouttap= "callouttap"
<image class= 'mypos padd' src= '/image/icon/add.png' bindtap= 'addclick' ></image>
</map> |
.mypos { position : fixed ; display : flex; align-items: center ; justify- content : center ; width : 40px ; height : 40px ; } .pos { left : 10px ; bottom : 120px ; } |
在模拟器上面 如下图,显示正常, 但是在手机上不显示这个图标。
求大神指点。
你要么用cover-view标签,里面搞两个button,要么用cover-image标签,直接放图片,可以看官方的组件里写的有。
谢谢
https://developers.weixin.qq.com/miniprogram/dev/component/cover-view.html
谢谢!
没有报错 任何提示都没有
cover-image了解下
谢谢!