今天无意中在“腾讯客服小程序”发现,点击底部的“在线咨询”可以直接打开了“腾讯客服公众号”的对话窗口,请问这种方式是怎么实现的?
直接使用官方的 button 类型为 contact 就可以直接拉起了。
<button
class
=
" button-on-view popup-item"
style=
"background-color:white;"
open-type=
"contact"
session-from=
'{"nickName":"{{nick_name}}","avatarUrl":"{{avatar_url}}"}'
bindtap=
"bindtapBottomPopup"
>在线客服</button>