Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit a0039a4f authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 56dbf155
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 3 deletions
  • yazhaiTest/lib/login.js
yazhaiTest/lib/login.js
View file @ a0039a4f
......@@ -48,7 +48,7 @@ function loginGo(){
html+=' </div>';
html+=' <div class="login-input-password">';
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+=' <span class="login-no-password">忘記密碼</span>';
html+=' <div class="login-submit-btn">登入</div>';
......@@ -77,10 +77,10 @@ function loginGo(){
html+=' <div class="login-code-btn">獲取驗證碼</div>';
html+=' </div>';
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 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 class="login-submit-btn2">確定</div>';
html+=' <div class="login-back">返回登入</div>';
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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