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
cailing
9 years ago
Commit
010f9d7b82fee223d927f0a2bb9aeab7bc30172c
1 parent
5b10cada
gulp ge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
static/dist/myohobuy/4.8.0/index-debug.js
static/dist/myohobuy/4.8.0/index.css
static/dist/myohobuy/4.8.0/index.js
static/dist/myohobuy/4.8.0/index-debug.js
View file @
010f9d7
...
...
@@ -13116,6 +13116,7 @@ require("js/cart/order-ensure");
require
(
"js/cart/invoice-info"
);
require
(
"js/cart/select-coupon"
);
require
(
"js/cart/select-address"
);
require
(
"js/cart/jit-detail"
);
});
define
(
"js/cart/cart"
,
[
"jquery"
,
"mlellipsis"
,
"hammer"
,
"handlebars"
,
"source-map"
,
"swiper"
,
"lazyload"
,
"index"
],
function
(
require
,
exports
,
module
){
...
...
@@ -14644,6 +14645,40 @@ $confim.on('touchend', '.confim', function() {
});
});
define
(
"js/cart/jit-detail"
,
[
"swiper"
,
"jquery"
,
"index"
],
function
(
require
,
exports
,
module
){
/**
* jit拆单配送信息页面
* @author: zhaobiao<bill.zhao@yoho.cn>
* @date: 2016/04/26
*/
var
Swiper
=
require
(
"swiper"
),
$
=
require
(
"jquery"
);
var
height
=
$
(
window
).
height
()
-
$
(
'#yoho-header'
).
height
();
// 为了展示页面背景色,需要把页面根据窗口大小撑开
$
(
'.jit-detail-page'
).
css
(
'height'
,
height
);
$
(
'.jit-detail-page>div'
).
show
();
// 内容展示之后,再根据document高度,调整一次容器高度
height
=
$
(
document
).
height
()
-
$
(
'#yoho-header'
).
height
();
$
(
'.jit-detail-page'
).
css
(
'height'
,
height
);
(
function
()
{
return
new
Swiper
(
'.swiper-container'
,
{
slidesPerView
:
'auto'
,
grabCursor
:
true
,
slideElement
:
'a'
,
lazyLoading
:
true
,
watchSlidesVisibility
:
true
});
})();
});
define
(
"js/life/entry"
,
[
"jquery"
,
"hammer"
],
function
(
require
,
exports
,
module
){
/*
* To change this license header, choose License Headers in Project Properties.
...
...
static/dist/myohobuy/4.8.0/index.css
View file @
010f9d7
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.8.0/index.js
View file @
010f9d7
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment