Commit cfbc9ffe by libai

测试

parent 858f4984
......@@ -124,7 +124,7 @@
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script>
$(function(){
loginGo()
......
......@@ -338,7 +338,7 @@
<script src="layer-v3.1.0/layer/layer.js"></script>
<script src="lib/fingerprint2.js"></script>
<script src="lib/login.js?v=2022070101"></script>
<script src="lib/login.js?v=2022070102"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jsrsasign/8.0.20/jsrsasign-all-min.js"></script> -->
......
......@@ -16,14 +16,14 @@ function loginGo(){
html+=' <div style="display: none;" class="login-box2">';
html+=' <div class="login-title">登入</div>';
html+=' <div data-type="1" class="login-input-area">';
html+='<div class="nation-search"><img src="https://www.footseen.xyz/images/front/search.png""><input placeholder="輸入搜索內容" type="text"></div>'
html+='<div class="nation-search"><img src="https://www.footseen.xyz/images/front/search.png""><input autocomplete="new-password" placeholder="輸入搜索內容" type="text"></div>'
html+=' <p class="login-area-p1">國家地區</p>';
html+=' <p class="login-area-p2"><span>台灣</span> <img src="https://www.footseen.xyz/images/arrow.png" alt=""></p>';
html+=' </div>';
html+=' <ul class="login-input-ul"></ul>';
html+=' <div class="login-input-phone">';
html+=' <span class="login-input-phone-span">+886</span>';
html+=' <input oninput="value=value.replace(/[^\\d]/g,\'\')" class="login-input1" maxlength="15" placeholder="請輸入手機號碼" type="text">';
html+=' <input autocomplete="new-password" oninput="value=value.replace(/[^\\d]/g,\'\')" class="login-input1" maxlength="15" placeholder="請輸入手機號碼" type="text">';
html+=' </div>';
html+=' <div class="login-submit-btn">登入/註冊</div>';
html+=' <div class="more-login"><img src="https://www.footseen.xyz/images/more-login.png" alt=""></div>';
......@@ -37,18 +37,18 @@ function loginGo(){
html+=' <div style="display: none;" class="login-box3">';
html+=' <div style="padding-top: 110px;" class="login-title">登入</div>';
html+=' <div class="login-input-area">';
html+='<div class="nation-search"><img src="https://www.footseen.xyz/images/front/search.png""><input placeholder="輸入搜索內容" type="text"></div>'
html+='<div class="nation-search"><img src="https://www.footseen.xyz/images/front/search.png""><input autocomplete="new-password" placeholder="輸入搜索內容" type="text"></div>'
html+=' <p class="login-area-p1">國家地區</p>';
html+=' <p class="login-area-p2"><span>台灣</span> <img src="https://www.footseen.xyz/images/arrow.png" alt=""></p>';
html+=' </div>';
html+=' <ul class="login-input-ul"></ul>';
html+=' <div class="login-input-phone">';
html+=' <span class="login-input-phone-span">+886</span>';
html+=' <input class="login-input1" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="15" placeholder="請輸入手機號碼" type="text">';
html+=' <input autocomplete="new-password" class="login-input1" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="15" placeholder="請輸入手機號碼" type="text">';
html+=' </div>';
html+=' <div class="login-input-password">';
html+=' <span class="login-input-phone-span">密碼</span>';
html+=' <input oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" class="login-input2" maxlength="15" placeholder="請輸入您的密碼" type="password">';
html+=' <input autocomplete="new-password" oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" class="login-input2" maxlength="15" placeholder="請輸入您的密碼" type="password">';
html+=' </div>';
html+=' <span class="login-no-password">忘記密碼</span>';
html+=' <div class="login-submit-btn">登入</div>';
......@@ -63,24 +63,24 @@ function loginGo(){
html+=' <div style="display: none;" class="login-box4">';
html+=' <div style="padding-top: 110px;" class="login-title">重置密碼</div>';
html+=' <div class="login-input-area">';
html+='<div class="nation-search"><img src="https://www.footseen.xyz/images/front/search.png""><input placeholder="輸入搜索內容" type="text"></div>'
html+='<div class="nation-search"><img src="https://www.footseen.xyz/images/front/search.png""><input autocomplete="new-password" placeholder="輸入搜索內容" type="text"></div>'
html+=' <p class="login-area-p1">國家地區</p>';
html+=' <p class="login-area-p2"><span>香港</span> <img src="https://www.footseen.xyz/images/arrow.png" alt=""></p>';
html+=' </div>';
html+=' <ul class="login-input-ul"></ul>';
html+=' <div class="login-input-phone">';
html+=' <span class="login-input-phone-span">+886</span>';
html+=' <input class="login-input1" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="16" placeholder="請輸入手機號碼" type="text">';
html+=' <input autocomplete="new-password" class="login-input1" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="16" placeholder="請輸入手機號碼" type="text">';
html+=' </div>';
html+=' <div class="login-code-box">';
html+=' <input placeholder="請輸入驗證碼" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="6" class="login-code-input" type="text">';
html+=' <input autocomplete="new-password" placeholder="請輸入驗證碼" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="6" class="login-code-input" type="text">';
html+=' <div class="login-code-btn">獲取驗證碼</div>';
html+=' </div>';
html+=' <div class="login-new-password1">';
html+=' <input oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" placeholder="請設置6-16位新密碼" maxlength="16" class="login-new-password-input" type="password">';
html+=' <input autocomplete="new-password" oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" placeholder="請設置6-16位新密碼" maxlength="16" class="login-new-password-input" type="password">';
html+=' </div>';
html+=' <div class="login-new-password2">';
html+=' <input oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" placeholder="請再次輸入新密碼" maxlength="16" class="login-new-password-input" type="password">';
html+=' <input autocomplete="new-password" oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" placeholder="請再次輸入新密碼" maxlength="16" class="login-new-password-input" type="password">';
html+=' </div>';
html+=' <div class="login-submit-btn2">確定</div>';
html+=' <div class="login-back">返回登入</div>';
......@@ -90,21 +90,21 @@ function loginGo(){
html+=' <div class="layer-register-left">';
html+=' <div style="padding-top: 70px;" class="login-title">註冊</div>';
html+=' <div class="login-input-area">';
html+='<div class="nation-search"><img src="https://www.footseen.xyz/images/front/search.png""><input placeholder="輸入搜索內容" type="text"></div>'
html+='<div class="nation-search"><img src="https://www.footseen.xyz/images/front/search.png""><input autocomplete="new-password" placeholder="輸入搜索內容" type="text"></div>'
html+=' <p class="login-area-p1">國家地區</p>';
html+=' <p class="login-area-p2"><span>香港</span> <img src="https://www.footseen.xyz/images/arrow.png" alt=""></p>';
html+=' </div>';
html+=' <ul class="login-input-ul"></ul>';
html+=' <div class="login-input-phone">';
html+=' <span class="login-input-phone-span">+886</span>';
html+=' <input class="login-input1" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="16" placeholder="請輸入手機號碼" type="text">';
html+=' <input autocomplete="new-password" class="login-input1" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="16" placeholder="請輸入手機號碼" type="text">';
html+=' </div>';
html+=' <div class="login-code-box">';
html+=' <input placeholder="請輸入驗證碼" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="6" class="login-code-input" type="text">';
html+=' <input autocomplete="new-password" placeholder="請輸入驗證碼" oninput="value=value.replace(/[^\\d]/g,\'\')" maxlength="6" class="login-code-input" type="text">';
html+=' <div class="login-code-btn">獲取驗證碼</div>';
html+=' </div>';
html+=' <div class="login-new-password1">';
html+=' <input placeholder="請設置6-16位密碼" oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" maxlength="16" class="login-new-password-input" type="password">';
html+=' <input autocomplete="new-password" placeholder="請設置6-16位密碼" oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" maxlength="16" class="login-new-password-input" type="password">';
html+=' </div>';
html+=' <div class="login-submit-btn2">創建免費賬戶</div>';
html+=' <p class="login-register-tips">已有賬號,<span>立即登錄</span></p>';
......@@ -119,7 +119,7 @@ function loginGo(){
html+=' <div>上傳頭像</div>';
html+='</div>';
html+='<div class="login-face-input">';
html+=' <input onblur="value=value.replace(/^\\s+|\\s+$/g,\'\')" maxlength="16" placeholder="設置您的昵稱" type="text">';
html+=' <input autocomplete="new-password" onblur="value=value.replace(/^\\s+|\\s+$/g,\'\')" maxlength="16" placeholder="設置您的昵稱" type="text">';
html+='</div>';
html+='<div class="login-face-btn">進入Footseen</div>';
html+='<div class="login-face-out">跳過,稍後再決定</div>';
......@@ -160,8 +160,8 @@ function loginGo(){
$(".neck-nav-content").append(html)
}
var html=[];
html+='<input class="search-input" maxlength="80" placeholder="請輸入您想要搜尋的內容" type="text">'
html+='<input type="text" style="width:0;height:0">'
html+='<input autocomplete="new-password" class="search-input" maxlength="80" placeholder="請輸入您想要搜尋的內容" type="text">'
html+='<input autocomplete="new-password" type="text" style="width:0;height:0">'
html+='<img class="search-icon" src="https://www.footseen.xyz/images/front/search2.png">'
$(".neck-nav-content").append(html)
var html=[];
......
......@@ -158,7 +158,7 @@
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script src="../lib/qrcode.min.js"></script>
<script>
$(function(){
......
......@@ -138,7 +138,7 @@
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='20220630'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
$(function(){
......
......@@ -440,7 +440,7 @@
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/flv.js"></script>
<script src="../lib/default.js?v='20220630'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
$(function () {
......
......@@ -134,7 +134,7 @@
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='20220630'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
$(function(){
......
......@@ -122,7 +122,7 @@
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script src="../lib/qrcode.min.js"></script>
<script>
$(function(){
......
......@@ -233,7 +233,7 @@
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script>
$(function(){
......
......@@ -76,7 +76,7 @@
<script src="../lib/jquery-3.1.1.min.js"></script>
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script>
$(function(){
loginGo()
......
......@@ -133,7 +133,7 @@
<script src="../layer-v3.1.0/layer/layer.js"></script>
<script src="../lib/select.js"></script>
<script src="../lib/default.js?v='20220407'"></script>
<script src="../lib/login.js?v=2022070101"></script>
<script src="../lib/login.js?v=2022070102"></script>
<script>
$(function(){
var faceGoT=null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment