功能:调用openEnterpriseChat后打开会话窗口,关闭H5网页页面,在安卓手机上表现正常,在ios中调用closeWindow后会打开会话窗口后
立刻关闭会话窗口并回到H5页面,看起来就是在H5页面闪了一下
代码片段:
wx.openEnterpriseChat({
userIds: this.data.userId,
externalUserIds: this.data.externalUserId,
groupName: '',
success: function(res) {
// 回调
wx.closeWindow()
},
fail: function(res) {
console.log('res', res)
}
})
您好,能否录个视频提供看看表现呢
问题描述:打开对话窗口是通过A页面实现的,但是我回退的时候,会回退到A页面,我不想回退到A页面,而是回退到我打开对话框的页面,
请问解决了吗,遇到一样的问题
success: function(res) { setTimeout(() => { requestAnimationFrame(() => wx.closeWindow()) }, 1000) }
遇到了同样的问题,请问怎么解决呢
请问解决了吗,我遇到了一样的问题