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
徐祁xuqi
2016-09-02 00:05:32 +0800
Commit
6c92406d8b6699019b8e7f348ae5c1fdac83103e
1 parent
990727a4
new/hot disable
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
static/dist/myohobuy/4.9.01/index-debug.js
static/dist/myohobuy/4.9.01/index.css
static/dist/myohobuy/4.9.01/index.js
static/js/product/shop.js
static/dist/myohobuy/4.9.01/index-debug.js
View file @
6c92406
...
...
@@ -9702,7 +9702,7 @@ function newData(callback) {
getPageGoods
(
req
);
}
function
hotData
(
call
B
ack
)
{
function
hotData
(
call
b
ack
)
{
var
req
=
{};
req
.
url
=
location
.
protocol
+
'//m.yohobuy.com/index/search/search'
;
...
...
@@ -9749,7 +9749,7 @@ myScroll = new IScroll('#wrapper', {
var
index
=
$
(
this
).
index
(),
activeTab
=
$
(
this
).
attr
(
'tab'
);
if
(
!
$
(
'filter-mask'
).
hasClass
(
'hide'
))
{
if
(
!
$
(
'
.
filter-mask'
).
hasClass
(
'hide'
))
{
return
;
}
...
...
static/dist/myohobuy/4.9.01/index.css
View file @
6c92406
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.9.01/index.js
View file @
6c92406
This diff could not be displayed because it is too large.
static/js/product/shop.js
View file @
6c92406
...
...
@@ -199,7 +199,7 @@ function newData(callback) {
getPageGoods
(
req
);
}
function
hotData
(
call
B
ack
)
{
function
hotData
(
call
b
ack
)
{
var
req
=
{};
req
.
url
=
location
.
protocol
+
'//m.yohobuy.com/index/search/search'
;
...
...
@@ -246,7 +246,7 @@ myScroll = new IScroll('#wrapper', {
var
index
=
$
(
this
).
index
(),
activeTab
=
$
(
this
).
attr
(
'tab'
);
if
(
!
$
(
'filter-mask'
).
hasClass
(
'hide'
))
{
if
(
!
$
(
'
.
filter-mask'
).
hasClass
(
'hide'
))
{
return
;
}
...
...
Please
register
or
login
to post a comment