Commit 2bbd3d7f by libai

测试

parent 8c180d07
Showing with 2 additions and 1 deletions
......@@ -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="12" placeholder="設置您的昵稱" type="text">';
html+=' <input 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>';
......@@ -161,6 +161,7 @@ function loginGo(){
}
var html=[];
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">'
$(".neck-nav-content").append(html)
$(".search-icon").on("click",function(event){
......
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