Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-03-23 14:29:56 +0800
Commit
994b8ab7185c559594d11fde980903ad766ccda4
1 parent
f389a505
fix css
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
public/js/passport/reg/reg.js
public/scss/home/_user-info.css
public/js/passport/reg/reg.js
View file @
994b8ab
...
...
@@ -632,7 +632,9 @@ exports.init = function(page) {
location
.
href
=
refer
;
}
}
else
{
if
(
data
.
code
===
405
)
{
captchaImage
.
showTip
();
}
// todo
alert
(
data
.
message
);
//eslint-disable-line
}
...
...
public/scss/home/_user-info.css
View file @
994b8ab
...
...
@@ -772,6 +772,7 @@
.form-nav
{
padding
:
30px
0
;
min-height
:
250px
;
ul.user-form-ul
{
width
:
690px
;
...
...
Please
register
or
login
to post a comment