去掉极光js
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
|
||||
<script src="https://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
|
||||
<style>
|
||||
p {
|
||||
margin-right: 0 !important;
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user