dianzan
<view class=\'v-item flexba\' bindtap=\'buttonShow\'>
<text>联系我们</text>
<image src=\'../../imgs/user/right.png\'></image>
</view>
 
 
 
buttonShow: function () {
wx.makePhoneCall({
phoneNumber: this.data.telphone,
})
},

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-11-17
  • 2021-05-20
  • 2021-04-26
  • 2021-04-21
猜你喜欢
  • 2021-05-19
  • 2022-02-19
  • 2021-06-28
  • 2022-01-08
  • 2021-07-11
相关资源
相似解决方案