新增官网跳转逻辑
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user