收藏
回答

关于open-type=“getuserinfo”时按钮怎么绑定事件?

怎么才能在open-type=“getuserinfo”时绑定按钮事件?

源代码:

已经有一个bind事件了,难不成还要再来一个bind事件

<button wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo" bindgetuserinfo="getuserinfo">点击登录</button>
最后一次编辑于  2020-07-29
回答关注问题邀请回答
收藏

2 个回答

  • 拾迹
    拾迹
    2020-07-29

    你的需求是什么?没太懂,点击按钮事件回调?bindgetuserinfo 不就是用户点击按钮吗?

    2020-07-29
    有用
    回复
  • Anker.
    Anker.
    2020-07-29
    <button bindtap="按钮事件" wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo">点击登录</button>
    

    2020-07-29
    有用
    回复
登录 后发表内容
问题标签