修复提示异常问题

This commit is contained in:
dragon
2025-02-19 19:03:08 +08:00
parent ad18a1c331
commit cfdf40509d
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ function getTab() {
},
error(err) {
hideLoading(layerIndex)
toastMsg(langReplace(localLang.demoModule.layerIndex3))
// toastMsg(langReplace(localLang.demoModule.layerIndex3))
}
})
}

View File

@@ -224,7 +224,7 @@
<script src="./local/zh.js?v=2.0"></script>
<script src="./local/ar.js?v=2.0"></script>
<script src="./local/tr.js?v=2.0"></script>
<script src="./js/salary.js?v=2.0"></script>
<script src="./js/salary.js?v=2.1"></script>
<script src="../../common/local/langHandler.js"></script>
</body>