随笔 - 2649  文章 - 2452  评论 - 0  阅读 - 74060

文章分类 -  MeiOS / Application应用

getNetworkStatus 获取当前设备网络信息
摘要:getNetworkStatus 获取当前设备网络信息 #接口调用示例 this.$bridge .getNetworkStatus() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) }) #返回参数 Prop 阅读全文
posted @ 2024-12-18 09:22 AtlasLapetos 阅读(6) 评论(0) 推荐(0) 编辑
scanCode 二维码/条形码扫码功能
摘要:scanCode ^4.4.0 二维码/条形码扫码功能,用于读取二维码/条形码的内容 #请求参数 Prop Type Required Default Description param Object Y {} 属性: scanStr:{ Type: String, Default: 对准二维码,即 阅读全文
posted @ 2024-12-18 09:22 AtlasLapetos 阅读(22) 评论(0) 推荐(0) 编辑
callTelList weex 弹出拨打电话列表接口(从 APP 整屏底部弹出
摘要:callTelList ^5.0.0 weex 弹出拨打电话列表接口(从 APP 整屏底部弹出) #请求参数 Prop Type Required Default Description param Array Y [{}] 属性: tel:{ Type: String, Default: N/A, 阅读全文
posted @ 2024-12-18 09:22 AtlasLapetos 阅读(4) 评论(0) 推荐(0) 编辑
callTel weex 拨打电话接口( Promise 返回)
摘要:callTel weex 拨打电话接口( Promise 返回) #请求参数 Prop Type Required Default Description param Object Y {} 属性: tel: title:{ Type: String, Default: N/A, Descripti 阅读全文
posted @ 2024-12-18 09:22 AtlasLapetos 阅读(3) 评论(0) 推荐(0) 编辑
reload 重新加载当前页面
摘要:reload ^5.0.0 重新加载当前页面 #接口调用示例 this.$bridge .reload(params) .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) }) #返回参数 成功时返回 Prop Ty 阅读全文
posted @ 2024-12-18 09:22 AtlasLapetos 阅读(3) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示