微信 小程序组件 电话

<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,
})
},
posted @ 2018-01-18 08:51  ThisCall  阅读(349)  评论(0编辑  收藏  举报