open-type="getUserInfo" 在用户断网的时候应该加个容错
<!-- 需要使用 button 来授权登录 -->
<button open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">授权登录</button>
在用户断网的时候应该加个容错,不然点了这个按钮啥反应都没有,十几秒之后bindGetUserInfo才能拿到一个空参数
<!-- 需要使用 button 来授权登录 -->
<button open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">授权登录</button>
在用户断网的时候应该加个容错,不然点了这个按钮啥反应都没有,十几秒之后bindGetUserInfo才能拿到一个空参数