微信小程序 — 拨打电话

拨打电话:wx.makePhoneCall

btnclick:function(){
    wx.makePhoneCall({
        phoneNumber:‘12580‘
    });
}

 

微信小程序 --- 拨打电话