マイクロ手紙アプレット接触の顧客サービスとメイクコール

 

コール

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