支付宝小程序 contact-button坑点

/.实现在线客服与微信的还是有区别的
在这里插入图片描述

<contact-button tnt-inst-id="企业编码" scene="聊天窗编码"/>

在这里插入图片描述

坑点:自定义咨询按钮(可选) [正方形的…]

<contact-button tnt-inst-id="企业编码" scene="聊天窗编码"
 size="咨询按钮大小" color="咨询按钮颜色" icon="咨询按钮图片url" />

在这里插入图片描述

实现方式:

<list-item
  thumbSize = "20px" thumb="image.png'}}">
        <view class="contact_button">
          <flex justify="between">
            <text class="list_item_title">联系客服</text>
            <image class="" mode="scaleToFill" src="arrow.png" />
          </flex>
          <contact-button tnt-inst-id="{{tntInstId}}" scene="{{scene}}" />
        </view>
      </list-item>


//撑大背景
contact-button{
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值