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
Plain Diff
Browse Files
Authored by
陈峰
2016-11-29 16:34:48 +0800
Commit
b64f6ffcd26e79f038d2294ba492c44af3e6ca18
2 parents
40e7c479
4eb8145f
Merge branch 'release/wap-optim' of
http://git.yoho.cn/fe/yohobuywap-node
into release/wap-optim
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
public/js/activity/coupon-floor.page.js
public/js/product/shop/shop.js
public/js/activity/coupon-floor.page.js
View file @
b64f6ff
...
...
@@ -165,10 +165,6 @@ $('.coupon-message-op-rel').on('click', function() {
location
.
reload
();
});
$
(
'.nav-home'
).
on
(
'touchstart'
,
function
()
{
$
(
'.homebuttom'
).
toggleClass
(
'hide'
);
});
if
(
$
(
'#noData'
).
length
>
0
)
{
if
(
location
.
href
.
indexOf
(
'?openby:yohobuy='
)
<=
0
)
{
tip
.
show
(
'网络异常!'
);
...
...
public/js/product/shop/shop.js
View file @
b64f6ff
...
...
@@ -213,7 +213,7 @@ function getPageGoods(info) {
url
:
info
.
url
,
data
:
info
.
data
,
success
:
function
(
data
)
{
if
(
data
===
''
)
{
if
(
data
===
''
||
(
data
.
list
&&
data
.
list
.
length
<=
0
)
)
{
nav
.
end
=
true
;
}
...
...
@@ -707,7 +707,7 @@ function search(opt) {
break
;
}
if
(
data
===
''
)
{
if
(
data
===
''
||
(
data
.
list
&&
data
.
list
.
length
<=
0
)
)
{
nav
.
end
=
true
;
if
(
nav
.
reload
)
{
...
...
Please
register
or
login
to post a comment