- 跳转扫一扫页面
QFH5.jumpScan(function(state,data){ //JS发起的扫描全部回调,不自动打开 if(state==1){ //扫描成功 alert(data.content);//扫描内容 }else{ //扫描失败 alert(data.error);//错误信息 } })
- 跳转外部浏览器
QFH5.outOpen(url)
- App直接跳小程序 (4.0客户端版本可用)
参数: wxid: 小程序原始id,string wxpath: 要跳转的小程序路径 string QFH5.jumpMiniProgram(wxid,wxpath,function(state,data){ if(state == 1){ alert('跳转成功') } })
- 客户端内跳转新页面(1.5.2可用)
QFH5.jumpNewWebview(url);
- 跳转打开App推送的设置页面 – 522版本开始支持
QFH5.jumpNotificationSetting()
- 跳转打开地图 – 5.0版本开始支持
QFH5.jumpMap(lat, lng, address, type, function(state,data){ if(state == 1){ alert('跳转成功') data.address data.latitude data.lontitude } }) // type: 1:跳转位置选择页面, 2: 跳转地图展示页面
H5页面跳转
视频列表 https://站点接口域名/video/video/list
视频详情页 https://站点接口域名/video/video/single?vid=262
签到 https://站点接口域名/store/assign/index
金币中心 https://站点接口域名/store/mygold/index
邀请有奖 https://站点接口域名/store/invite/index
挑战任务 https://站点接口域名/store/task/list
改名卡 https://站点接口域名/v2_0/card/index
商城首页 https://站点接口域名/store/store/index
商品列表页 https://站点接口域名/store-view/store/list
商品详情页 https://站点接口域名/store-view/store/detail/id/80
夺宝列表页 https://站点接口域名/store/lottery/index
夺宝详情页 https://站点接口域名/store/lottery/detail?id=143
大转盘详情页 https://站点接口域名/store/wheel/index?aid=18
文档更新时间: 2021-05-10 09:10 作者:千帆云