<button open-type="contact" bindcontact="handleContact" session-from="sessionFrom"></button>
Page({
handleContact (e) {
console.log(e.detail.path)
console.log(e.detail.query)
}
})
之后如何在 客服 接入之后 ,告诉 客服 是某个带参数的路径下进来的?
启用消息推送后, 怎么告诉客服的?
