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
zhangxiaoru
2016-10-10 11:48:42 +0800
Commit
c6e3664f7c86d7e04d8059666d1643a7653f87d8
1 parent
5fbc40e9
maylike
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/js/channel/maybe-like.js
public/js/channel/maybe-like.js
View file @
c6e3664
...
...
@@ -130,6 +130,9 @@ module.exports = function(specificGender) {
if
(
data
===
' '
||
data
===
''
)
{
searching
=
false
;
loading
.
hideLoadingMask
();
// console.log()
$
(
'.maybe-like'
).
hide
();
// 有货币页面不加载底部
if
(
gender
&&
!
specificGender
)
{
...
...
Please
register
or
login
to post a comment