【聊天工具】线上版本wx.notifyGroupMembers 无法正常拉起?体验版和开发板都正常。
wx.notifyGroupMembers({
title,
members: this.data.members.slice(0,18),
entrancePath: entrancePath,
type: 'complete',
success: ()=>{
wx.showToast({
title: '缴费提醒发送成功',
icon: 'none'
})
},
fail(e) {
console.log("notifyGroupMembers_error", e);
}
})