微信小程序联系客服和拨打电话

拨打电话

html

        <image class="aqwe" src="/images/dianhuas.png" data-tell="{{item.phone}}" bindtap="tell"></image>

js

 tell:function(e){
    console.log(e)
    var tell = e.currentTarget.dataset.tell
    wx.makePhoneCall({
      phoneNumber:tell+''//仅为示例,并非真实的电话号码
    })
  },

联系客服 

<button open-type="contact" class='contant' bindcontact="handleContact">

<image class='aqwe' src='/images/kfu.png'></image>

</button>
发布了12 篇原创文章 · 获赞 1 · 访问量 199

猜你喜欢

转载自blog.csdn.net/ws072488/article/details/103418277