/** * 跳转到宝宝视频页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'babyVideo', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到亲子任务详情页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'homeTaskDetail', data: { contentId?: string; schoolId?: string; classId?: string; userId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到全部话题页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'allTopic', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到宝宝视听页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'babyAV', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到每日精选页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'dailySelect', data: { id?: string; url?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到DSBridge * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'newH5', data: { url?: string; title?: string; extra?: any; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到校园频道老的H5 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'schoolOldH5', data: { contentType?: number; contentId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到O2O主页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'O2O', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到付费页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'pay', data: { payType?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到发现页频道 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'findChannel', data: { id?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到内容页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'content', data: { contentType?: number; contentId?: string; url?: string; isPaid?: number; extra?: any; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到小程序 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'smallRoutine', data: { id?: string; path?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到食谱 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'recipes', data: { recipesTime?: number; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到知识库 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'knowledgeBase', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到作者库 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'authorLibrary', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到积分商城 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'integralMall', data: { url?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到家园练习册 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'contact', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到校园直播详情页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'schoolLive', data: { id?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到时光集编辑和预览页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'parentAlbum', data: { id?: string; albumBookName?: string; templateId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到时光集 订单提交 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'orderInput', data: { id?: string; albumBookName?: string; templateId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到时光集 订单支付 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'orderPay', data: { id?: string; albumBookName?: string; templateId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到时光集 订单详情 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'orderInfo', data: { id?: string; albumBookName?: string; templateId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到时光集 晒单 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'raise', data: { id?: string; albumBookName?: string; templateId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到家园选择印记或者时光集(家园频道) * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'homeLand', data: { id?: number; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到家庭时光集我的书架页面 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'timeSetBookShelf', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到家庭时光集选择模板页面 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'timeBookSelectTemplate', data: { albumTheme?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到校园频道 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'schoolTab', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到消息频道 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'msgTab', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到通知模块——通知列表 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'notificationList', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到亲子任务模块——亲子任务列表 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'childTaskList', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到通知详情页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'notificationDetail', data: { classId?: string; contentType?: number; contentId?: string; shareTitle?: string; shareContent?: string; schoolId?: string; userId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到亲子任务详情页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'homeTaskDetail', data: { contentId?: string; schoolId?: number; classId?: string; userId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到调起外部浏览器 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'browser', data: { url?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到观看直播页面 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'watchLive', data: { exterType?: number; schoolId?: string; liveId?: string; type?: number; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到课程购买页面 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'purchaseCourse', data: { contentType?: number; contentId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到商品购买sku选择弹窗页面 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'goodsSkuAlert', data: { goodsId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到我的礼券(优惠券) * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'myCoupon', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到发布印记 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'publishGrowth', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到添加家人页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'addFamily', data: { inviteSource?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到通过微信邀请家人 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'inviteFamilyFromWeChat', data: { inviteSource?: string; relationCode?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到一周时光MV * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: ' albumMV', data: { albumId?: string; title?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到MV模版预览 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: ' albumMVPreview', data: { templateUuid?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到小秘书文章 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'systemNotice', data: { id?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到园丁积分商城 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'integralMall', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到园所转介绍页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'schoolIntroduce', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到积分任务页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'integralTask', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到付费频道 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'payChannel', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到幼儿学堂 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'childrenSchool', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到育儿知识 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'childCareSchool', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到故事大全 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'story', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到儿歌学堂 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'childrenSongSchool', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到专题列表 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'topicList', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到外部h5链接 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'externalH5', data: { url?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到DSBridge * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'newH5', data: { url?: string; title?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到校园直播详情页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'schoolLive', data: { id?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到内容 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'content', data: { contentType?: number; contentId?: string; url?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到内容标签 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'contentTag', data: { id?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到待办事项列表 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'toDoList', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到相册发布页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'photoPublish', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到家园联系册对应联系册时期的学生列表页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'homeContact', data: { contactId?: number; classId?: string; gradeId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到人脸识别学生照片上传页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'faceRecognition', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到愿望清单 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'wish', data: { wishId?: number; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到教学资料库 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'educationDataBase', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到成长时光集 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'growthTime', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到人脸识别重新采集人脸特征待办提醒 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'introductionFaceRecognition', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到通知模块——通知列表 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'notificationList', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到亲子任务模板预览页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'childTaskPublishPreview', data: { taskTemplateId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到亲子任务详情页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'homeTaskDetail', data: { classId?: string; taskId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到亲子任务首页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'childTask', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到通知活动详情页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'notifyActivityDetails', data: { contentType?: number; contentId?: string; shareTitle?: string; shareContent?: string; msgsubtype?: number; version?: number; editable?: number; schoolId?: string; classId?: string; userId?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到调起外部浏览器 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'browser', data: { url?: string; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到观看直播页面 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'watchLive', data: { liveId?: string; type?: number; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到动态发布页 * @param type - 跳转类型 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'publishDynamic', source?: any, success?: () => void, fail?: (error: Error) => void): void; /** * 跳转到通知模板列表页 * @param type - 跳转类型 * @param data - 跳转参数 * @param source - 跳转来源 * @param success - 成功回调 * @param fail - 失败回调 */ declare function jumpByCommon(type: 'notificationTemplateList', data: { needShowRight?: boolean; }, source?: any, success?: () => void, fail?: (error: Error) => void): void; export default jumpByCommon;