微信小程序:button微信开放能力打开客服会话

文档

按钮关键属性

html 复制代码
open-type="contact"

功能按钮

html 复制代码
<button class="button__open-type"
        open-type="contact">
</button>

css样式

父元素需要设置为相对定位

css 复制代码
.button__open-type {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.button__open-type::after {
    border: none;
}
相关推荐
ALLSectorSorft1 小时前
家政小程序预约系统框架设计
小程序
编程毕设1 小时前
【含文档+PPT+源码】基于微信小程序健康管理之健身房管理系统的设计与实现
微信小程序·小程序
暖阳_xm2 小时前
flex布局实现横向滚动
前端·css·微信小程序
咸虾米3 小时前
微信云开发支付配置绑定商户号时,无法发起授权,通过工作流或云开发模版解决支付问题
微信小程序
萌萌哒草头将军5 小时前
🚀惊了,这个国产软件居然这么牛,比 uniapp 还全能❤️
微信小程序·uni-app·小程序·云开发
大叔_爱编程5 小时前
wx219基于ssm+vue+uniapp的教师管理系统小程序
vue.js·小程序·uni-app·毕业设计·ssm·源码·课程设计
qq_424409196 小时前
uniapp的h5,打开的时候,标题会一闪而过应用名称,再显示当前页面的标题
微信小程序·uni-app·html5
f(me)7 小时前
如何保障企业数据的安全?软件开发中的数据安全防护措施
网络安全·小程序
换日线°7 小时前
微信小程序边框容器带三角指向
css·微信小程序
small_fox_dtt7 小时前
微信小程序转为App实践篇 FinClip
微信小程序·小程序