摘要:
选择 openMapRoute(lat, lon, cityName) { var url = ''; if (plus.os.name == 'Android') { var hasBaiduMap = plus.runtime.isApplicationExist({ pname: 'com.b 阅读全文
posted @ 2023-05-20 18:03
是小刘同学呀
阅读(81)
评论(0)
推荐(0)
摘要:
//点击号码拨打电话 callPhone(val) { // window.location.href = 'tel://110' uni.makePhoneCall({ phoneNumber: val, }) plus.device.dial(val, true) }, uniapp发布需要配置 阅读全文
posted @ 2023-05-20 17:56
是小刘同学呀
阅读(36)
评论(0)
推荐(0)
摘要:
onBackPress(options) { this.backButtonPress++; if (this.backButtonPress > 1) { plus.runtime.quit(); } else { plus.nativeUI.toast('再按一次退出应用'); } setTim 阅读全文
posted @ 2023-05-20 17:55
是小刘同学呀
阅读(24)
评论(0)
推荐(0)
摘要:
点击下一步置顶 阅读全文
posted @ 2023-05-20 17:49
是小刘同学呀
阅读(7)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2023-05-20 17:42
是小刘同学呀
阅读(31)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2023-05-20 17:39
是小刘同学呀
阅读(9)
评论(0)
推荐(0)
摘要:
在app页面判断版本是否更新 阅读全文
posted @ 2023-05-20 17:36
是小刘同学呀
阅读(11)
评论(0)
推荐(0)