收藏
回答

微信小程序中页面点击客服,再客服接入后 能否知道用户从那个页面进来的?

<button open-type="contact" bindcontact="handleContact" session-from="sessionFrom"></button>

Page({
    handleContact (e) {
        console.log(e.detail.path)
        console.log(e.detail.query)
    }
})

之后如何在 客服 接入之后 ,告诉 客服 是某个带参数的路径下进来的?

启用消息推送后, 怎么告诉客服的?


回答关注问题邀请回答
收藏
登录 后发表内容