canIUse,急
- index.js
canIUse: wx.canIUse(‘button.open-type.getUserInfo’),
- index.wxml
<button wx:if="{{canIUse}}" open-type=“getUserInfo” bindgetuserinfo=“userInfoHandler”>
</button>
<view wx:else>请升级微信版本</view>
一般手机都是进if为真的情况,,而iphone6s 部分手机 进入 wx:else 分支,,有可能是什么问题