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和手机端能正常打开,但用发送这个小程序卡片的微信号打开时,显示白屏。点小程序右上角更多直接分享到客服聊天界面的卡片能正常打开。
path加.html看看
没遇到这种情况的么