开启邀请活动

This commit is contained in:
dragon
2024-07-01 20:28:03 +08:00
parent 20f913d51e
commit 88b8c92bdb
2 changed files with 2 additions and 1 deletions

View File

@@ -227,5 +227,5 @@
<script src="./local/en.js?v=1.1"></script>
<script src="./local/zh.js?v=1.1"></script>
<script src="./local/ar.js?v=1.2"></script>
<script src="./js/index.js?v=1.3"></script>
<script src="./js/index.js?v=1.4"></script>
<script src="../../common/local/langHandler.js"></script>

View File

@@ -66,6 +66,7 @@ $(function () {
setTimeout(function () {
$('#body').show();
}, 300)
$('.toatstsEnd').hide();
if (getQueryString().lang == "en" || getQueryString().lang == "ar") {
$('.toatstsEnd').text(langReplace(localLang.demoModule.endTimes))
}else{