- 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 分支,,有可能是什么问题
getUserInfo是1.3.0开始支持,请确认手机版本是否正确
微信版本是6.6.7,您指的基础库版本和微信版本有关吗
多个VIEW 试下