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
Plain Diff
Browse Files
Authored by
yyq
2016-11-24 17:38:45 +0800
Commit
60ac351c7cb0ab33deb53e3df863ec9bc454330e
2 parents
af3a39b6
c5f3828e
Merge branch 'release/5.2' of git.yoho.cn:fe/yohobuy-node into release/5.2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/channel/channel.page.js
public/js/channel/channel.page.js
View file @
60ac351
...
...
@@ -79,7 +79,7 @@ if (window.cookie('_UID')) {
url
:
'/channel/isNewUserAjax'
,
data
:
{},
success
:
function
(
res
)
{
if
(
!
res
.
isNew
u
ser
)
{
if
(
!
res
.
isNew
U
ser
)
{
$
(
'.new-user'
).
addClass
(
'hide'
);
}
}
...
...
Please
register
or
login
to post a comment