Commit a0039a4f by libai

测试

parent 56dbf155
Showing with 3 additions and 3 deletions
...@@ -48,7 +48,7 @@ function loginGo(){ ...@@ -48,7 +48,7 @@ function loginGo(){
html+=' </div>'; html+=' </div>';
html+=' <div class="login-input-password">'; html+=' <div class="login-input-password">';
html+=' <span class="login-input-phone-span">密碼</span>'; html+=' <span class="login-input-phone-span">密碼</span>';
html+=' <input class="login-input2" maxlength="15" placeholder="請輸入您的密碼" type="password">'; html+=' <input oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" class="login-input2" maxlength="15" placeholder="請輸入您的密碼" type="password">';
html+=' </div>'; html+=' </div>';
html+=' <span class="login-no-password">忘記密碼</span>'; html+=' <span class="login-no-password">忘記密碼</span>';
html+=' <div class="login-submit-btn">登入</div>'; html+=' <div class="login-submit-btn">登入</div>';
...@@ -77,10 +77,10 @@ function loginGo(){ ...@@ -77,10 +77,10 @@ function loginGo(){
html+=' <div class="login-code-btn">獲取驗證碼</div>'; html+=' <div class="login-code-btn">獲取驗證碼</div>';
html+=' </div>'; html+=' </div>';
html+=' <div class="login-new-password1">'; html+=' <div class="login-new-password1">';
html+=' <input placeholder="請設置6-16位新密碼" maxlength="16" class="login-new-password-input" type="password">'; 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+=' </div>'; html+=' </div>';
html+=' <div class="login-new-password2">'; html+=' <div class="login-new-password2">';
html+=' <input placeholder="請再次輸入新密碼" maxlength="16" class="login-new-password-input" type="password">'; html+=' <input oninput="value=value.replace(/[^\\a-\\z\\A-\\Z0-9]/g,\'\')" placeholder="請再次輸入新密碼" maxlength="16" class="login-new-password-input" type="password">';
html+=' </div>'; html+=' </div>';
html+=' <div class="login-submit-btn2">確定</div>'; html+=' <div class="login-submit-btn2">確定</div>';
html+=' <div class="login-back">返回登入</div>'; html+=' <div class="login-back">返回登入</div>';
......
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