修复认证异常

This commit is contained in:
Dragon
2024-01-12 18:26:29 +08:00
parent 440dc1b73d
commit 6a6665af3c
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ $(function () {
if (checkBol.authResult == false && checkBol.canCertify == true && checkBol.hasCertify == false) {
//重复调用
showLoading();
that.getData();
main.getData();
} else if (checkBol.authResult == true && checkBol.canCertify == false && checkBol.hasCertify == true) {
//成功
successFun()

View File

@@ -91,7 +91,7 @@
<script src="../../common/js/crypto-js.js"></script>
<script src="../../common/js/layer.js"></script>
<script src="./js/jsvm_all.js"></script>
<script src="./js/new.js?=2.0"></script>
<script src="./js/new.js?=2.1"></script>
</body>
</html>