新增官网跳转逻辑

This commit is contained in:
dragon
2024-07-04 13:05:56 +08:00
parent f7d52e09fd
commit f1b3ea8049
2 changed files with 2 additions and 2 deletions

View File

@@ -161,7 +161,7 @@
<script src="./local/ar.js"></script>
<script src="./local/en.js"></script>
<script src="./local/zh.js"></script>
<script src="./js/index.js?v=2.1"></script>
<script src="./js/index.js?v=2.11"></script>
<script src="../common/local/langHandler.js"></script>
</body>

View File

@@ -146,7 +146,7 @@ function translateFun() {
})
// h5跳轉充值
$('body .header .diamound, html .header .diamound').click(function () {
window.location = `${urlPrefix}/molistar/modules/pay/index.html?channelType=4`
window.location = `${urlPrefix}/molistar/modules/pay/index.html?channelType=4&lang=${langCodes}`
})
// h5展開菜單
$('body .header .more, html .header .more').click(function () {