Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
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
Jun 29, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8c180d07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
yazhaiTest/lib/login.js
yazhaiTest/lib/login.js
View file @
2bbd3d7f
...
...
@@ -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="1
2
" placeholder="設置您的昵稱" type="text">'
;
html
+=
' <input onblur="value=value.replace(/^\\s+|\\s+$/g,\'\')" maxlength="1
6
" 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
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment