callTelList weex 弹出拨打电话列表接口(从 APP 整屏底部弹出

callTelList ^5.0.0

weex 弹出拨打电话列表接口(从 APP 整屏底部弹出)

#请求参数

Prop Type Required Default Description
param Array Y [{}] 属性: tel:{ Type: String, Default: N/A, Description: 电话号码(为onlineService时跳转原生在线客服页面) } title:{ Type: String, Default: N/A, Description: 确认框的标题,如客户服务 } desc:{ Type: String, Default: N/A, Description: 确认框的描述,如拨打热线电话 } 请求参数

#接口调用示例

this.$bridge
    .callTelList(params)
    .then(res => {    
    this.$alert(res)
    })
    .catch(err => {
    this.$toast(err)
    })
posted on 2024-12-18 09:22  AtlasLapetos  阅读(11)  评论(0)    收藏  举报