Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
9 years ago
Commit
bf52e5d97f7788c99089cc6ab04c8c305e0797e7
1 parent
1175abff
店铺收藏
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
static/js/product/shop.js
static/js/product/shop.js
View file @
bf52e5d
...
...
@@ -31,8 +31,7 @@ var $subNav = $('.home-sub-nav'),
$pgc
=
$
(
$goodsChildren
.
get
(
1
)),
$dgc
=
$
(
$goodsChildren
.
get
(
2
)),
$shopId
=
$
(
'input[name="shop_id"]'
).
val
(),
$appVersion
=
$
(
'input[name="appVersion"]'
).
val
();
console
.
log
(
$shopId
)
$appVersion
=
$
(
'input[name="app_version"]'
).
val
();
var
winH
=
$
(
window
).
height
(),
noResult
=
'<p class="no-result">未找到相关搜索结果</p>'
;
...
...
@@ -173,12 +172,12 @@ function getPageGoods(info) {
success
:
function
(
data
)
{
info
.
callBack
(
data
);
myScroll
.
refresh
();
scH
=
$
(
'#scroller'
).
outerHeight
();
$nav1
.
addClass
(
'hide'
);
myScroll
.
scrollTo
(
0
,
0
);
myScroll
.
refresh
();
scH
=
$
(
'#scroller'
).
outerHeight
();
lazyLoad
(
$
(
'img.lazy'
));
searching
=
false
;
},
...
...
@@ -289,8 +288,6 @@ myScroll.on('scroll', function() {
if
(
sTop
<
scH
)
{
if
(
!
$nav2
.
hasClass
(
'fixed-top'
))
{
myScroll
.
refresh
();
scH
=
$
(
'#scroller'
).
outerHeight
();
$nav2
.
addClass
(
'fixed-top'
)
.
removeClass
(
'absolute'
)
.
css
({
...
...
@@ -769,7 +766,7 @@ function collectShop() {
qew
.
url
=
'/product/index/shopFav'
;
qew
.
data
=
{
shop_id
:
$shopId
,
app
V
ersion
:
$appVersion
app
_v
ersion
:
$appVersion
};
postCollect
(
qew
);
}
...
...
@@ -780,7 +777,7 @@ function cancelShop() {
qew
.
url
=
'/product/index/cancelShopFav'
;
qew
.
data
=
{
shop_id
:
$shopId
,
app
V
ersion
:
$appVersion
app
_v
ersion
:
$appVersion
};
postCollect
(
qew
);
}
...
...
Please
register
or
login
to post a comment