关于map上弹出层问题
<cover-view class="modal-mask" wx:if="{{modalPhoneDisplay}}"></cover-view><cover-view class="modal-dialog" wx:if="{{modalPhoneDisplay}}"> <cover-view class="modal-title">请绑定手机号码</cover-view> <cover-view class="modal-content"> <cover-view class="modal-input"> <button class="weui-btn" style="padding:0 15px;border-radius: 4px;" type="primary" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">微信手机号绑定</button> </cover-view> </cover-view> <cover-view class="modal-footer"> <cover-view class="btn-confirm" bindtap="confirmPhone" data-status="confirm">不绑定</cover-view> </cover-view></cover-view> |
因为有地图在,所以使用了cover-view,然后弹窗里面有个按钮,用于获取用户手机号码授权。
IOS的微信显示没问题。
但是安卓的显示,按钮上就没有文字了。
请问是哪里的问题,谢谢
