document.getElementById("tel").addEventListener('tap', function() {
plus.device.dial("
13813800000");
});
function doUrl(Uri) {
//plus.device.dial("025-13813800000");
/*window.location.href = 'tel:10086'; 打电话 */
/*window.location.href = 'sms:10086'; 发短信*/
window.location.href = Uri;
}
注意:要绑定tap事件,否则可能在部分手机上点击没有反应