Commit dc7de0ba authored by haiyoucuv's avatar haiyoucuv

整理一下代码1

parent 4b3be3ed
...@@ -117,14 +117,10 @@ export default class TaskCenter { ...@@ -117,14 +117,10 @@ export default class TaskCenter {
); );
window["MarsJSBridge"].invoke("toggleAppMode", { window["MarsJSBridge"].invoke("toggleAppMode", {
funcType: "1" // 1: 跳转到设置页面 , 其他: 跳到应用设置页面 funcType: "1" // 1: 跳转到设置页面 , 其他: 跳到应用设置页面
}, function() {
// 没有回调
}); });
window["MarsJSBridge"].invoke("popPage", { window["MarsJSBridge"].invoke("popPage", {
matchUri: "https://mobapp.czbank.com/homeChanels/home.html" // 1: 跳转到设置页面 , 其他: 跳到应用设置页面 matchUri: "https://mobapp.czbank.com/homeChanels/home.html" // 1: 跳转到设置页面 , 其他: 跳到应用设置页面
}, function() {
// 没有回调
}); });
// location.href = jumpUrl; // location.href = jumpUrl;
//获取跳转方式 //获取跳转方式
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<script src="//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js" crossorigin="anonymous"></script> <script src="//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js" crossorigin="anonymous"></script>
<script src="//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"></script> <script src="//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"></script>
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722425406193/style.css"/> <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722426614370/style.css"/>
<style> <style>
.sui-captcha { .sui-captcha {
...@@ -99,16 +99,16 @@ ...@@ -99,16 +99,16 @@
</script> </script>
<!-- Polyfills bundle. --> <!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722425406193/src/polyfills.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722426614370/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. --> <!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722425406193/src/system.bundle.js" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722426614370/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map --> <!-- Import map -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722425406193/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script> <script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1722426614370/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script> <script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1722425406193/index.js').catch(function (err) { System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1722426614370/index.js').catch(function (err) {
console.error(err); console.error(err);
}) })
</script> </script>
......
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