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
郭成尧
2016-11-24 17:40:01 +0800
Commit
e3b236e7409f97c7a8a169293e96456bc0eac921
1 parent
e5b16352
'shop-fav-shopid-isnull'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/search/list.js
public/js/product/search/list.js
View file @
e3b236e
...
...
@@ -110,7 +110,7 @@ ellipsis.init();
tip
.
show
(
'网络断开连接了~'
);
}
});
}
else
if
(
$
(
'.shopId'
).
val
()
.
length
>
0
)
{
}
else
if
(
$
(
'.shopId'
).
val
())
{
$
.
ajax
({
url
:
'/product/index/baseShopFav'
,
data
:
{
...
...
Please
register
or
login
to post a comment