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:48:38 +0800
Commit
3da30313ca07d48efddbbb14056dc64090fe2a47
1 parent
e3b236e7
'shopid-undefined-handle'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/views/partial/search/list.hbs
public/js/product/search/list.js
apps/product/views/partial/search/list.hbs
View file @
3da3031
...
...
@@ -147,5 +147,5 @@
{{>
common
/
suspend-cart
}}
{{/
goodList
}}
<input
type=
"
text"
class=
"domain"
style=
"display:none
"
value=
{{
domain
}}
>
<input
type=
"
hidden"
class=
"domain
"
value=
{{
domain
}}
>
<input
type=
"hidden"
class=
"shopId shop-id"
value=
{{
shopId
}}
>
...
...
public/js/product/search/list.js
View file @
3da3031
...
...
@@ -110,7 +110,7 @@ ellipsis.init();
tip
.
show
(
'网络断开连接了~'
);
}
});
}
else
if
(
$
(
'.shopId'
).
val
())
{
}
else
if
(
$
(
'.shopId'
).
val
()
&&
$
(
'.shopId'
).
val
()
!==
'undefined'
)
{
$
.
ajax
({
url
:
'/product/index/baseShopFav'
,
data
:
{
...
...
Please
register
or
login
to post a comment