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 2bbd3d7f authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 8c180d07 master … dev-替换FUSI安装包
Show whitespace changes
Inline Side-by-side
Showing with 2 additions and 1 deletions
  • yazhaiTest/lib/login.js
yazhaiTest/lib/login.js
View file @ 2bbd3d7f
...@@ -119,7 +119,7 @@ function loginGo(){ ...@@ -119,7 +119,7 @@ function loginGo(){
html+=' <div>上傳頭像</div>'; html+=' <div>上傳頭像</div>';
html+='</div>'; html+='</div>';
html+='<div class="login-face-input">'; html+='<div class="login-face-input">';
html+=' <input onblur="value=value.replace(/^\\s+|\\s+$/g,\'\')" maxlength="12" placeholder="設置您的昵稱" type="text">'; html+=' <input onblur="value=value.replace(/^\\s+|\\s+$/g,\'\')" maxlength="16" placeholder="設置您的昵稱" type="text">';
html+='</div>'; html+='</div>';
html+='<div class="login-face-btn">進入Footseen</div>'; html+='<div class="login-face-btn">進入Footseen</div>';
html+='<div class="login-face-out">跳過,稍後再決定</div>'; html+='<div class="login-face-out">跳過,稍後再決定</div>';
...@@ -161,6 +161,7 @@ function loginGo(){ ...@@ -161,6 +161,7 @@ function loginGo(){
} }
var html=[]; var html=[];
html+='<input class="search-input" maxlength="80" placeholder="請輸入您想要搜尋的內容" type="text">' html+='<input class="search-input" maxlength="80" placeholder="請輸入您想要搜尋的內容" type="text">'
html+='<input type="text" style="width:0;height:0">'
html+='<img class="search-icon" src="https://www.footseen.xyz/yazhaiTest/images/front/search2.png">' html+='<img class="search-icon" src="https://www.footseen.xyz/yazhaiTest/images/front/search2.png">'
$(".neck-nav-content").append(html) $(".neck-nav-content").append(html)
$(".search-icon").on("click",function(event){ $(".search-icon").on("click",function(event){
......
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