去掉极光js

This commit is contained in:
zhujunshuai
2023-03-08 14:04:45 +08:00
parent afab60e572
commit 8c8613ade1
3 changed files with 8 additions and 8 deletions

View File

@@ -33,12 +33,12 @@
</form>
</div>
<div class="btn ml20 mr20 mr40" style="margin-top:2rem;">
<a href="javascript:void(0);" id="btnOpenApp"
<a href="https://a.app.qq.com/o/simple.jsp?pkgname=uni.UNIFE6FEBF" id="btnOpenApp"
class="weui-btn radius10 f14 pt15 pb15"
style="background-color: #2F87FD;">已有账号,下载登录</a>
</div>
</body>
<script src="https://static.jmlk.co/scripts/dist/jmlink.min.js"></script>
<%-- <script src="https://static.jmlk.co/scripts/dist/jmlink.min.js"></script>
<script type="text/javascript">
new JMLink({
jmlink: 'https://a.app.qq.com/o/simple.jsp?pkgname=uni.UNIFE6FEBF',
@@ -48,6 +48,6 @@
inapp: false,
params: {}
});
</script>
</script>--%>
</html>

View File

@@ -110,7 +110,7 @@
<div class="weui-cell weui-cell_warn">
<div class="weui-cell__hd"><span class="icon icon-31 f24"></span></div>
<div class="weui-cell__bd">
<input class="weui-input tleft pl10" type="password" id="password" maxlength="20"
<input class="weui-input tleft pl10" type="password" id="password" maxlength="16"
placeholder="请输入6~20位登录密码">
</div>
</div>
@@ -119,7 +119,7 @@
<div class="weui-cell weui-cell_warn">
<div class="weui-cell__hd"><span class="icon icon-31 f24"></span></div>
<div class="weui-cell__bd pl10">
<input class="weui-input tleft" type="password" id="againPassword" maxlength="20"
<input class="weui-input tleft" type="password" id="againPassword" maxlength="16"
placeholder="请再次输入登录密码" />
</div>
</div>
@@ -169,8 +169,8 @@
return;
}
if (password.length < 6) {
$.alert("密码长度6到20位!", "系统提示");
if (password.length < 8) {
$.alert("密码长度8到16位!", "系统提示");
return;
}