config.xml中添加

    1. <access origin="tel:*" launch-external="yes" />

    按钮

    1. <button (click)="call_up()">拨打电话</button>

    点击拨打电话事件

    1. call_up(){
    2. document.location.href="tel:17724278927"
    3. }