解决了吗
wx.openCustomerServiceChat用户发送小程序气泡消息,用户自己点击后是空白页?wx.openCustomerServiceChat({ extInfo: { url: 'xxxx' }, corpId: 'xxxx', showMessageCard:true, sendMessageTitle: sendMessageTitle, sendMessagePath: `/pages/service/index?title=${sendMessageTitle}` success(res) { console.log('[CS] 打开客服成功:', res); } }); PC打开分享卡片进入小程序页面和路径都正常, 但手机端会进入一个白屏页, 左上角有home的图标可以进入首页, Vconsole 点击无效看不到日志。 [图片]
04-17解决了吗?楼主
小程序调用微信客服气泡消息,点击卡片之后白屏的问题?wx.openCustomerServiceChat({ extInfo: { url: this.productInfo.kefuUrl }, // 可填入自定义信息或链接 corpId: this.productInfo.corpId, // 填入企业微信的 CorpId showMessageCard: true, sendMessagePath: '/pages_category_page1/goodsModule/goodsDetailsWeb?shopId=' + this.productInfo.shopId + '&productId=' + this.productInfo.productId + '&skuId=' + this.productInfo.skuId, sendMessageTitle: this.productInfo.productName, sendMessageImg: this.productInfo.image, 为什么发了之后再点击就进不去啊测试环境,企业微信上面能打开,但是平常用的微信上面打不开] [图片][图片]
04-17