Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-08-07 10:18:42 +0800
Commit
54df9ff6b67e23a0ff4e5c741dddc7bbd82a19fb
1 parent
ea4fc9ea
login-ok
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/passport/views/action/login-new.hbs
public/js/passport/login/login-new.js
apps/passport/views/action/login-new.hbs
View file @
54df9ff
...
...
@@ -24,7 +24,7 @@
<a
href=
""
>
忘记密码?
</a>
</div>
{{!--图片验证--}}
<div
data-userverify=
"
{{
captchaShow
}}
"
data-geetest=
"
{{
useGeetest
}}
"
id=
"js
ImgC
heck"
></div>
<div
data-userverify=
"
{{
captchaShow
}}
"
data-geetest=
"
{{
useGeetest
}}
"
id=
"js
-img-c
heck"
></div>
<button
id=
"loginBtn"
class=
"login-btn"
>
登录
</button>
</div>
<div
class=
"third-party-login"
>
...
...
public/js/passport/login/login-new.js
View file @
54df9ff
const
$
=
require
(
'yoho-jquery'
);
const
$captcha
=
$
(
'#js
ImgC
heck'
);
const
$captcha
=
$
(
'#js
-img-c
heck'
);
const
tip
=
require
(
'plugin/tip'
);
const
showErrTip
=
tip
.
show
;
const
api
=
require
(
'../api'
);
...
...
Please
register
or
login
to post a comment