Commit 9aab692c authored by haiyoucuv's avatar haiyoucuv

整理一下代码

parent f65120cd
...@@ -120,6 +120,12 @@ export default class TaskCenter { ...@@ -120,6 +120,12 @@ export default class TaskCenter {
}, function() { }, function() {
// 没有回调 // 没有回调
}); });
window["MarsJSBridge"].invoke("popPage", {
matchUri: "https://mobapp.czbank.com/homeChanels/home.html" // 1: 跳转到设置页面 , 其他: 跳到应用设置页面
}, function() {
// 没有回调
});
// location.href = jumpUrl; // location.href = jumpUrl;
//获取跳转方式 //获取跳转方式
// let type = getQueryParamValue(jumpUrl, "type"); // let type = getQueryParamValue(jumpUrl, "type");
......
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