如图,想要实现下图这样的功能页,有三个客服按钮,要怎么实现?
<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>
直接写啊。。。客服的分配是客服界面对接的。