赞
踩
uniapp 中的button按钮实现微信客服聊天功能 https://uniapp.dcloud.io/component/button
<button open-type="contact" style="border-radius: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;">
<image src="../../static/retail_server.png" mode="widthFix" style="height:46rpx;width: 42rpx ;margin-bottom:10rpx;"></image>
<text>客服</text>
</button>
客服图片可以自定义。我现在用的是本地图片,样式代码比较简单,我现在采用的是行间样式。。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。