按照文档写的
showMessageCard: true,
sendMessageImg: "http://pic2.cxtuku.com/00/07/43/b077da336c80.jpg",
报错
Cannot read property 'nickname' of undefined;wx.openCustomerServiceConversation
TypeError: Cannot read property 'nickname' of undefined
是没有配置服务器吗?这里的nickname是啥?文档也没有找到说明...
你好,开发工具存在这个问题,我们后续版本修复。
原题目描述写的是 iOS 客户端 6.6.6 版本,请确认是否有误?
2.2.0版本了依旧不行?
wx.openCustomerServiceConversation({
showMessageCard: true,
sendMessageImg: "http://pic2.cxtuku.com/00/07/43/b077da336c80.jpg",
success: function (data) {
console.log("success =", data)
},
fail: function (data) {
console.log("fail =", data)
},
complete: function (data) {
console.log("complete =", data)
}
})
这么写的
已经成了