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
郝肖肖
9 years ago
Commit
910b6282b4e6b6e90552f4b62f8cf7fdc9e2527c
1 parent
3b74a39a
gulp ge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
static/dist/myohobuy/4.9.26/index-debug.js
static/dist/myohobuy/4.9.26/index.css
static/dist/myohobuy/4.9.26/index.js
static/dist/myohobuy/4.9.26/index-debug.js
View file @
910b628
...
...
@@ -7831,14 +7831,17 @@ $listNav.on('touchstart', 'li', function() {
//店铺优惠券
require
(
"js/product/shop_coupon"
);
});
define
(
"js/product/shop_coupon"
,
[
"jquery"
,
"iscroll-probe"
,
"swiper"
,
"index"
],
function
(
require
,
exports
,
module
){
define
(
"js/product/shop_coupon"
,
[
"jquery"
,
"iscroll-probe"
,
"swiper"
,
"
mlellipsis"
,
"
index"
],
function
(
require
,
exports
,
module
){
var
$
=
require
(
"jquery"
),
IScroll
=
require
(
"iscroll-probe"
),
Swiper
=
require
(
"swiper"
),
ellipsis
=
require
(
"mlellipsis"
),
tip
=
require
(
"js/plugin/tip"
);
var
appVersion
=
$
(
'input[name="app_version"]'
).
val
();
ellipsis
.
init
();
$
(
".coupon-content .receive-btn"
).
closest
(
'.swiper-slide'
).
on
(
'click'
,
function
(
e
)
{
var
that
=
this
,
code
=
$
(
this
).
data
(
'id'
)
||
''
;
...
...
@@ -7890,6 +7893,10 @@ $(function() {
slidesPerView
:
'auto'
,
watchSlidesVisibility
:
true
});
$
(
'.coupon-content .coupon-left-name'
).
each
(
function
()
{
this
.
mlellipsis
(
2
);
});
})
});
...
...
@@ -9588,7 +9595,7 @@ $allProductCell.on('touchstart', function() {
$
(
this
).
removeClass
(
'highlight'
);
});
});
define
(
"js/product/shop"
,
[
"jquery"
,
"iscroll-probe"
,
"lazyload"
,
"swiper"
,
"hammer"
,
"index"
],
function
(
require
,
exports
,
module
){
define
(
"js/product/shop"
,
[
"jquery"
,
"iscroll-probe"
,
"lazyload"
,
"swiper"
,
"hammer"
,
"
mlellipsis"
,
"
index"
],
function
(
require
,
exports
,
module
){
/**
* 品牌店铺首页
*/
...
...
static/dist/myohobuy/4.9.26/index.css
View file @
910b628
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.9.26/index.js
View file @
910b628
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment