获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
没遇到这种情况的么
小程序客服接入企业微信,用openCustomerServiceChat发送小程序卡片打开白屏?wx.openCustomerServiceChat({ extInfo: {url: '客服链接'}, corpId: '企业ID', showMessageCard: true, sendMessageTitle:'标题', sendMessagePath:'/pages/index/index?categoryId=' + uni.getStorageSync('category_id') + '&PageCur=' + this.PageCur, success(res) { console.log('成功打开客服聊天界面'); }, fail(err) { console.log('打开客服聊天界面失败', err); } }); 在接收消息的企业微信PC和手机端能正常打开,但用发送这个小程序卡片的微信号打开时,显示白屏。点小程序右上角更多直接分享到客服聊天界面的卡片能正常打开。 [图片]
08-20