Commit 7bc53877 authored by 罗睿卓's avatar 罗睿卓
parents f3ea2349 9326f9b9
......@@ -42,7 +42,7 @@ export function isLogin() {
});
}
export function appJump(url) {
export function appJump(url, hideNavbar = false, data = {}) {
console.info('22222')
sendWebNet("/autoLogin/tempSaveCookie", null, null, true)
.then((res) => {
......@@ -53,6 +53,10 @@ export function appJump(url) {
console.info('44444')
window["MarsJSBridge"].invoke("pushPage", {
uri: url,
data,
pageParams: {
hideNavbar,
}
});
})
}
......
......@@ -33,6 +33,26 @@ export default class TaskCenter {
store.updateTask();
}
// 链接处理-二级页面
//
// 旭哥:
// 1、bank_1401:进行手机话费充值-(A需要)
// 2、bank_1406:开通生物识别登录方式--(待定-不确认)
// 3、bt_2:跳转个人养老金页面-(A需要)
// 4、bt_3:跳转月度账单月份列表页-(A需要)
// 5、bt_4:跳转财富诊断功能-(应该需要)
// 6、bt_5:跳转购买理财-(应该需要)
// 7、bt_6:跳转购买基金(不需要)
// 8、bt_7:跳转购买存款------(应该需要)
// 9、bt_8:跳转积分明细--(A需要)
// 10、bt_9:跳转亲子专区--(A需要)
// 11、bt_10:跳转预约转账-(A需要)
//
//
// bank_1406:开通生物识别登录方式--(待定-不确认)
// 这个任务也有跳转链接,但是任务已完成,不确认
/** 任务处理中心 */
static async handleClickTask(item: any = {}) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment