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) 编辑
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) 编辑
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) 编辑
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) 编辑
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) 编辑