微信小程序点击跳转打电话功能

wx.makePhoneCall

属性 类型 默认值 必填 说明
phoneNumber string 需要拨打的电话号码
success function 接口调用成功的回调函数
fail function 接口调用失败的回调函数
complete function 接口调用结束的回调函数(调用成功、失败都会执行)
html 复制代码
<view class="f16 mt20 flex align_center" wx:if="{{item.telephone}}">
    联系电话:<text>{{item.telephone?item.telephone:''}}</text>
    <van-icon wx:if="{{item.telephone}}" data-item="{{item}}" bind:tap="callPhone" name="phone" color="#00d59e" style="margin-left:20rpx" size="25" />
</view>
javascript 复制代码
 callPhone(event) { //拨打电话
    var item = event.currentTarget.dataset.item;
    wx.showModal({
      title: '提示',
      content: '是否拨打' + item.telephone,
      success: (res) => {
        if (res.confirm) {
          wx.makePhoneCall({
            phoneNumber: item.telephone,
          })
        }
      }
    })
  },
相关推荐
肖有米XTKF864611 小时前
肖有米团队开发:青蓝山泉送水模式系统
小程序·团队开发·零售·csdn开发云
double_eggm14 小时前
微信小程序7
微信小程序·小程序
程序鉴定师15 小时前
上海小程序开发的坚实保障与行业优势解析
大数据·小程序
double_eggm1 天前
微信小程序8
微信小程序·小程序
MageGojo1 天前
小程序每日一谜怎么做:riddle 接口接入示例
windows·小程序·apache·谜语
kyh10033811202 天前
Cocos Creator 《打螺丝消除游戏》源码+实现
游戏·微信小程序·小程序·打螺丝小游戏源码·微笑小游戏源码
烂不烂问厨房2 天前
支付宝小程序camera录制视频并上传注意事项
小程序·音视频
PeanutSplsh2 天前
wx.setStorage 存的数据,没你以为的那么安全
微信小程序
我是伪码农2 天前
小程序125-150
小程序
帅次2 天前
讯飞与腾讯云:Android 实时语音识别服务对比选择
android·ios·微信小程序·小程序·android studio·android runtime