微信小程序在线客服聊天
1.分析
小程序给我们提供的在线聊天功能,在界面中只能通过按钮开放能力来打开。
只能在手机端中去使用,在模拟器中无法进行 2.代码:
<!--联系客服--> <button open-type="contact" class="grid-item1" > <view class="grid-item-img"> <custom-image module="order" mode="aspectFit" :src="item.imgUrl"></custom-image> </view> <view class="grid-item-title f11">{ { item.title }}</view> </button>```
``