在一个页面要多个客服的按钮,要如何实现?
发布于 6 年前 作者 xiuyingren 4517 次浏览 来自 官方Issues

如图,想要实现下图这样的功能页,有三个客服按钮,要怎么实现?

2 回复

<button class=‘service-btn’ open-type=“contact”>客服 A</button>

<button class=‘service-btn’ open-type=“contact”>客服 B</button>

<button class=‘service-btn’ open-type=“contact”>客服 C</button>

直接写啊。。。客服的分配是客服界面对接的。

回到顶部