关于open-type=“getuserinfo”时按钮怎么绑定事件?
怎么才能在open-type=“getuserinfo”时绑定按钮事件?
源代码:
已经有一个bind事件了,难不成还要再来一个bind事件
<button wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo" bindgetuserinfo="getuserinfo">点击登录</button>