用open-type="getUserInfo"wx.loading都不出来了
由于业务需求需要调用getUserInfo,于是加个button 设置了open-type=“getUserInfo” 。从“分享卡片”(进入场景1008: 群聊会话中的小程序消息卡片)进来的。点击了按钮
<button open-type=“getUserInfo” bindgetuserinfo=“addLike” class=“praise-btn”>帮他点赞</button>
页面上所有的 wx.showLoading和 wx.showToast 都将失效
2 回复