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
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
edff02bab5bec4b8fee4243d4b0ffd0389bb7de0
2 parents
5fa380f4
396ad8a5
Merge branch 'test' of
http://git.dev.yoho.cn/web/yohobuy
into test
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
static/dist/myohobuy/1.2.0/index-debug.js
static/dist/myohobuy/1.2.0/index.js
static/dist/myohobuy/1.2.0/index-debug.js
View file @
edff02b
...
...
@@ -4711,7 +4711,7 @@ var goodsDiscountEl = document.getElementById('goodsDiscount'),
goodsDiscountHammer
=
goodsDiscountEl
&&
new
Hammer
(
goodsDiscountEl
);
var
$cart
=
$
(
'.cart-bar'
);
var
UA
=
navigator
.
userAgent
.
toLowerCase
().
toString
();
require
(
"js/product/detail/desc"
);
require
(
"js/product/detail/comments-consults"
);
...
...
@@ -4777,9 +4777,8 @@ $.ajax({
}
});
if
(
UA
.
indexOf
(
'mqqbrowser'
)
>
-
1
)
{
$
(
'.detail > div'
).
removeClass
(
'column'
).
addClass
(
'oldbox'
);
}
require
(
"js/product/detail/like"
);
});
...
...
@@ -4804,6 +4803,8 @@ var introUrl = $('#introUrl').val(),
var
sizeSwiper
,
refSwiper
;
var
UA
=
navigator
.
userAgent
.
toLowerCase
().
toString
();
//判断是否要显示向左滑动提示
function
hiddenTips
(
$ele
)
{
var
offsetContainer
,
...
...
@@ -4855,7 +4856,9 @@ function search() {
hiddenTips
(
$
(
'#size-swiper-container'
));
hiddenTips
(
$
(
'#reference-swiper-container'
));
if
(
UA
.
indexOf
(
'mqqbrowser'
)
>
0
)
{
$
(
'.detail > div'
).
removeClass
(
'column'
).
addClass
(
'oldbox'
);
}
searching
=
false
;
end
=
true
;
loading
.
hideLoadingMask
();
...
...
@@ -5784,7 +5787,6 @@ function loadData($parent, url, page) {
}
else
{
return
;
}
window
.
rePosFooter
();
//},1000);
}
...
...
static/dist/myohobuy/1.2.0/index.js
View file @
edff02b
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment