文章分类 -  DolphinHybrid

上一页 1 ··· 7 8 9 10 11 12 13 下一页
setBottomStatusBar 设置手机底部安全间距是app控制还是H5控制
摘要:setBottomStatusBar ^7.10 设置手机底部安全间距是app控制还是H5控制 #请求参数 Prop Type Default Comment isDisplay number N/A 安全区域是否显示 0:安全区域不显示任何内容,app控制,1:安全区域显示内容,H5控制 bgCo 阅读全文
posted @ 2024-12-19 09:26 AtlasLapetos 阅读(12) 评论(0) 推荐(0)
setupMenu 设置导航条的左右活动页选项
摘要:setupMenu ^7.10 设置导航条的左右活动页选项 #请求参数 Prop Type Default Comment leftItems Array N/A 靠左边的icon设置 rightItems Array N/A 靠右边的icon设置 #leftItem | rightItem 字段描 阅读全文
posted @ 2024-12-19 09:26 AtlasLapetos 阅读(8) 评论(0) 推荐(0)
getAllBarHeight 获取所有Bar的高度
摘要:getAllBarHeight ^7.10 获取所有Bar的高度,状态栏高度、导航条高度、TabBar高度、底部弧形高度 #请求参数 N/A #接口调用示例 this.$bridge .getAllBarHeight() .then(res => { this.$alert(res) }) .cat 阅读全文
posted @ 2024-12-19 09:26 AtlasLapetos 阅读(32) 评论(0) 推荐(0)
getStatusBar 获取状态栏信息
摘要:getStatusBar ^7.10 获取状态栏信息 #请求参数 N/A #接口调用示例 this.$bridge .getStatusBar() .then((res) => { this.$alert(res); }) .catch((err) => { this.$toast(err); }) 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(18) 评论(0) 推荐(0)
likeAnimation 礼花动效
摘要:likeAnimation ^7.8 礼花动效 #请求参数 Prop Type Required Default Comment offsetTop Number N N/A 动效距离顶部距离 安卓特有, 如 20 playStatus Number Y N/A 1:开始播放; 0:结束播放; is 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(6) 评论(0) 推荐(0)
showPick 统一的pick
摘要:showPick ^7.8 统一的pick,包括日期,湿度,时间,普通等类型 #请求参数 Prop Type Required Default Comment type Number N 0 picker类型, 0-普通,1-cascade(联动类型,例如:省市区类型,每列滚动会影响其他列), 2- 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(12) 评论(0) 推荐(0)
popupGeneralList 弹出通用弹窗组件
摘要:popupGeneralList ^7.8 弹出通用弹窗组件 #请求参数 Prop Type Required Default Comment title String N N/A 如果有值,则显示标题,否则去掉“标题栏”区域 cancelLabel String Y N/A 底部取消按钮的显示文案 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(9) 评论(0) 推荐(0)
showConfirmView 系统alert框
摘要:showConfirmView ^7.8 系统alert框 #请求参数 Prop Type Required Default Comment title String Y N/A 标题 content String Y N/A 内容说明描述 args String Y N/A 按钮数组 args参数 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(10) 评论(0) 推荐(0)
takePhoto 拍照功能,并返回相片数据
摘要:takePhoto ^7.8 拍照功能,并返回相片数据 #请求参数 Prop Type Requierd Default Comment compressRage Number N 100 返回照片的压缩率,范围为0~100(只是针对jpg格式的图片,png格式没有压缩率),数值越高保真率越高 ty 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(20) 评论(0) 推荐(0)
hideNavigationBar 是否隐藏导航条
摘要:hideNavigationBar ^7.8 是否隐藏导航条 #请求参数 Prop Type Required Default Comment hide Number Y N/A 0-显示,1-隐藏 #接口调用示例 const params = { hide: 1 } this.$bridge .h 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(5) 评论(0) 推荐(0)
hideStatusBar 是否隐藏导航条
摘要:hideStatusBar ^7.8 是否隐藏导航条 #请求参数 Prop Type Required Default Comment hide Number Y N/A 0-显示状态栏,1-隐藏状态栏 #接口调用示例 const params = { hide: 1 } this.$bridge 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(14) 评论(0) 推荐(0)
setStatusBar 设置状态栏样式
摘要:setStatusBar ^7.8 设置状态栏样式 #请求参数 Prop Type Required Default Comment colorMode String Y N/A 选填参数,设置状态栏字体颜色模式,1:黑色字体色系模式,2:白色字体色系模式 #接口调用示例 const params 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(15) 评论(0) 推荐(0)
showLoading 打开原生loading
摘要:showLoading 打开原生loading #请求参数 Prop Type Required Default Description param Object Y {} 属性: type: bgStyle:{ Type: String, Default: black, Description: 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(3) 评论(0) 推荐(0)
hideLoading 关闭原生loading
摘要:hideLoading ^6.8 关闭原生loading #请求参数 N/A #接口调用示例 this.$bridge.hideLoading() 阅读全文
posted @ 2024-12-19 09:25 AtlasLapetos 阅读(5) 评论(0) 推荐(0)
hideKeyboard 隐藏软键盘
摘要:hideKeyboard ^6.8 隐藏软键盘 #请求参数 N/A #接口调用示例 this.$bridge .hideKeyboard() .then((res) => { this.$toast(res); }) .catch((err) => { this.$toast(err); }); # 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(11) 评论(0) 推荐(0)
showModal 显示对话框
摘要:showModal ^6.8 显示对话框 #请求参数 Prop Type Required Default Comment title String Y - 提示的标题, 可为'' content String Y - 提示的内容, 可为'' showCancel Boolean N false 是 阅读全文
posted @ 2024-12-19 09:24 AtlasLapetos 阅读(11) 评论(0) 推荐(0)
showToast 显示Toast
摘要:showToast ^6.8 显示 Toast #请求参数 Prop Type Required Default Comment title String Y - 提示的内容 duration Number N 1.5 提示的延迟时间,单位秒。但不传值或者传值大于20时,延迟为1.5 bgStyle 阅读全文
posted @ 2024-12-16 09:42 AtlasLapetos 阅读(11) 评论(0) 推荐(0)
bindThirdParty 绑定第三方账号
摘要:bindThirdParty ^7.8 绑定第三方账号 #请求参数 Prop Type Required Default Comment type String Y N/A 第三方 App 简称:'wx','qq' #接口调用示例 const params = { type: "wx", }; th 阅读全文
posted @ 2024-12-16 09:42 AtlasLapetos 阅读(9) 评论(0) 推荐(0)
deleteAuthorizeUser 取消授权的接口
摘要:deleteAuthorizeUser ^7.8 取消授权的接口 #请求参数 Prop Type Required Default Comment thirtyCode String Y N/A 第三方的 code,中台分配的(thirtyCode 优先) deviceId String N N/A 阅读全文
posted @ 2024-12-16 09:42 AtlasLapetos 阅读(8) 评论(0) 推荐(0)
checkAuthorize 查询是否授权的接口
摘要:checkAuthorize ^7.8 查询是否授权的接口 #请求参数 Prop Type Required Default Comment thirtyCode String Y - 第三方的 code,中台分配的(thirtyCode 优先) deviceId String N - 设备 ID 阅读全文
posted @ 2024-12-16 09:42 AtlasLapetos 阅读(11) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 下一页