Commit 6c08df48 authored by haiyoucuv's avatar haiyoucuv

整理一下代码

parent 974898de
......@@ -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/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"></script>
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1719316662146/style.css"/>
<link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1719319201198/style.css"/>
<style>
.sui-captcha {
......@@ -97,17 +97,17 @@
</div>
<!-- Polyfills bundle. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1719316662146/src/polyfills.bundle.js" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1719319201198/src/polyfills.bundle.js" charset="utf-8"></script>
<!-- SystemJS support. -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1719316662146/src/system.bundle.js" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1719319201198/src/system.bundle.js" charset="utf-8"></script>
<!-- Import map -->
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1719316662146/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script src="//yun.duiba.com.cn/db_games/ccc_game/template3d/1719319201198/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>
<script>
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1719316662146/index.js').catch(function (err) {
System.import('//yun.duiba.com.cn/db_games/ccc_game/template3d/1719319201198/index.js').catch(function (err) {
console.error(err);
})
</script>
......
......@@ -123,13 +123,16 @@
tip.querySelector('.tip_txt').innerText = txt
}
var appActivityId = '20240709'
var appActivityId = '202407092'
// 主活动:202407091
// 分会场:202407092
function clickBtn() {
if (isWeChat()) {
showShareGuide("请在默认浏览器中打开")
} else {
location.href = 'smsczbmbank://push_czbank?tag=thdmktact&activityId=' + appActivityId;
location.href = 'smsczbmbank://push_czbank?tag=thdmktact&randomCustomerFlag=1&activityId=' + appActivityId;
setTimeout(() => {
const oA = document.createElement("a");
oA.href = 'http://m.czbank.com';
......
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