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
梁志锋
9 years ago
Commit
edfbf183bf2b77aea1fc00b64b56aa339174ae0d
2 parents
864a0894
d9a14899
Merge branch 'feature/cart' of
http://git.dev.yoho.cn/web/yohobuy
into feature/cart
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
105 additions
and
74 deletions
static/js/shopping-cart/cart-info.js → static/js/cart/cart-info.js
static/js/shopping-cart/cart.js → static/js/cart/cart.js
static/js/shopping-cart/chose-panel.js → static/js/cart/chose-panel.js
static/js/shopping-cart/entry.js → static/js/cart/entry.js
static/js/shopping-cart/gift-advance.js → static/js/cart/gift-advance.js
static/js/shopping-cart/good.js → static/js/cart/good.js
static/js/shopping-cart/order-ensure.js → static/js/cart/order-ensure.js
static/js/shopping-cart/order-info.js → static/js/cart/order-info.js
static/js/shopping-cart/select-address.js → static/js/cart/select-address.js
static/js/shopping-cart/select-coupon.js → static/js/cart/select-coupon.js
static/js/product/detail/like.js
static/sass/shopping-cart/_good.scss
template/m.yohobuy.com/actions/cart/index/gift-advance.phtml
template/m.yohobuy.com/actions/cart/index/index.phtml
template/m.yohobuy.com/partials/shopping-cart/cart-content.phtml → template/m.yohobuy.com/partials/cart/cart-content.phtml
template/m.yohobuy.com/partials/shopping-cart/chose-panel.phtml → template/m.yohobuy.com/partials/cart/chose-panel.phtml
template/m.yohobuy.com/partials/shopping-cart/gift-advance-good.phtml → template/m.yohobuy.com/partials/cart/gift-advance-good.phtml
template/m.yohobuy.com/partials/shopping-cart/good.phtml → template/m.yohobuy.com/partials/cart/good.phtml
template/m.yohobuy.com/partials/layout/use.phtml
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
static/js/
shopping-
cart/cart-info.js → static/js/cart/cart-info.js
View file @
edfbf18
static/js/
shopping-
cart/cart.js → static/js/cart/cart.js
View file @
edfbf18
static/js/
shopping-
cart/chose-panel.js → static/js/cart/chose-panel.js
View file @
edfbf18
static/js/
shopping-
cart/entry.js → static/js/cart/entry.js
View file @
edfbf18
static/js/
shopping-
cart/gift-advance.js → static/js/cart/gift-advance.js
View file @
edfbf18
static/js/
shopping-
cart/good.js → static/js/cart/good.js
View file @
edfbf18
static/js/
shopping-
cart/order-ensure.js → static/js/cart/order-ensure.js
View file @
edfbf18
static/js/
shopping-
cart/order-info.js → static/js/cart/order-info.js
View file @
edfbf18
static/js/
shopping-
cart/select-address.js → static/js/cart/select-address.js
View file @
edfbf18
static/js/
shopping-
cart/select-coupon.js → static/js/cart/select-coupon.js
View file @
edfbf18
static/js/product/detail/like.js
View file @
edfbf18
...
...
@@ -8,7 +8,7 @@
var
$
=
require
(
'jquery'
),
Hammer
=
require
(
'yoho.hammer'
),
tip
=
require
(
'../../plugin/tip'
),
chosePanel
=
require
(
'../../
shopping-
cart/chose-panel'
);
chosePanel
=
require
(
'../../cart/chose-panel'
);
var
likeEle
=
document
.
getElementById
(
'likeBtn'
),
likeHammer
=
likeEle
&&
new
Hammer
(
likeEle
);
...
...
@@ -83,6 +83,3 @@ if (addToCartHammer) {
});
}
...
...
static/sass/shopping-cart/_good.scss
View file @
edfbf18
...
...
@@ -7,6 +7,7 @@
position
:
absolute
;
top
:
50%
;
margin-top
:
-14rem
/
$pxConvertRem
;
margin-left
:
20rem
/
$pxConvertRem
;
font-size
:
28rem
/
$pxConvertRem
;
color
:
#f0f0f0
;
...
...
@@ -15,9 +16,40 @@
}
}
.few-tag
{
width
:
132rem
/
$pxConvertRem
;
position
:
absolute
;
left
:
100rem
/
$pxConvertRem
;
text-align
:
center
;
top
:
75%
;
color
:
#fff
;
}
.gift-tag
{
background-color
:
#88BE51
;
}
.plus-tag
{
background-color
:
#FC1264
;
}
.few-tag-expire
{
position
:
absolute
;
top
:
40%
;
left
:
20rem
/
$pxConvertRem
;
background-color
:
#7f7f7f
;
display
:
inline-block
;
color
:
#fff
;
border-radius
:
12rem
/
$pxConvertRem
;
padding
:
4rem
/
$pxConvertRem
;
font-size
:
20rem
/
$pxConvertRem
;
width
:
48rem
/
$pxConvertRem
;
text-align
:
center
;
}
.info
{
float
:
left
;
margin-left
:
3
0rem
/
$pxConvertRem
;
margin-left
:
6
0rem
/
$pxConvertRem
;
padding
:
16rem
/
$pxConvertRem
0
;
padding-right
:
20rem
/
$pxConvertRem
;
}
...
...
@@ -32,13 +64,18 @@
.deps
{
margin-left
:
173rem
/
$pxConvertRem
;
padding-bottom
:
60
rem
/
$pxConvertRem
;
padding-bottom
:
72
rem
/
$pxConvertRem
;
border-bottom
:
1px
solid
#e0e0e0
;
width
:
380rem
/
$pxConvertRem
;
position
:
relative
;
min-height
:
140rem
/
$pxConvertRem
;
}
.name
{
font-size
:
28rem
/
$pxConvertRem
;
color
:
#5a5a5a
;
width
:
80%
;
display
:
inline-block
;
}
.row
:nth-child
(
2
)
{
...
...
@@ -71,9 +108,13 @@
}
.count
{
font-size
:
20
rem
/
$pxConvertRem
;
font-size
:
32
rem
/
$pxConvertRem
;
color
:
#999
;
margin-left
:
22rem
/
$pxConvertRem
;
//margin-left: 22rem / $pxConvertRem;
display
:
inline-block
;
width
:
19%
;
position
:
absolute
;
text-align
:
center
;
}
.sold-out
,
.low-stocks
{
...
...
@@ -181,15 +222,15 @@
font-size
:
40rem
/
$pxConvertRem
;
line-height
:
60rem
/
$pxConvertRem
;
text-align
:
center
;
}
&
:last-child
{
span
{
width
:
168rem
/
$pxConvertRem
;
overflow
:
hidden
;
font-size
:
48em
/
$pxConvertRem
;
text-overflow
:ellipsis
;
white-space
:nowrap
;
text-overflow
:ellipsis
;
white-space
:nowrap
;
}
}
}
...
...
@@ -205,7 +246,6 @@
top
:
20rem
/
$pxConvertRem
;;
font-size
:
52em
/
$pxConvertRem
;
}
}
}
...
...
template/m.yohobuy.com/actions/cart/index/gift-advance.phtml
View file @
edfbf18
{
{>
layout/header
}
}
<div
class=
"gift-advance-page yoho-page"
>
{
{#
shoppingCart
}
}
{
{#if
gift
}
}
{
{#
gift
}
}
{
{>
shopping-cart/gift-advance-good
}
}
{
{/
gift
}
}
{
{^
}
}
{
{#
advance
}
}
<div
class=
"advance-block"
>
<p
class=
"title"
>
{
{title
}
}</p>
{
{#
goods
}
}
{
{>
shopping-cart/gift-advance-good
}
}
{
{/
goods
}
}
</div>
{
{/
advance
}
}
{
{/if
}
}
{
{/
shoppingCart
}
}
{
{#if
advanceBuyPage
}
}
{
{#
advanceBuy
}
}
<div
class=
"advance-block"
>
<p
class=
"title"
>
{
{title
}
}</p>
{
{#goods
}
}
{
{>
cart/gift-advance-good
}
}
{
{/goods
}
}
</div>
{
{/
advanceBuy
}
}
{
{else
}
}
{
{#
gift
}
}
{
{>
cart/gift-advance-good
}
}
{
{/
gift
}
}
{
{/if
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/actions/cart/index/index.phtml
View file @
edfbf18
...
...
@@ -27,7 +27,7 @@
{
{#
commonCart
}
}
<div
class=
"cart-content common"
>
{
{>
shopping-
cart/cart-content
}
}
{
{>
cart/cart-content
}
}
</div>
{
{/
commonCart
}
}
...
...
@@ -38,7 +38,7 @@
<span
class=
"txt"
>预售商品全场包邮,到货后立即发货</span>
<span
class=
"txt"
>预售商品不参加活动,不可使用优惠券</span>
</p>
{
{>
shopping-
cart/cart-content
}
}
{
{>
cart/cart-content
}
}
</div>
{
{/
preSellCart
}
}
{
{/
shoppingCart
}
}
...
...
@@ -52,5 +52,5 @@
</div>
{
{>
product/recommend-for-you
}
}
</div>
{
{>
shopping-
cart/chose-panel
}
}
{
{>
cart/chose-panel
}
}
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/partials/
shopping-
cart/cart-content.phtml → template/m.yohobuy.com/partials/cart/cart-content.phtml
View file @
edfbf18
<div class="cart-goods">
{{# goods}}
{{>
shopping-
cart/good}}
{{> cart/good}}
{{/ goods}}
{{# $notValidGoods}}
{{>
shopping-
cart/good}}
{{> cart/good}}
{{/ $notValidGoods}}
</div>
...
...
template/m.yohobuy.com/partials/
shopping-
cart/chose-panel.phtml → template/m.yohobuy.com/partials/cart/chose-panel.phtml
View file @
edfbf18
template/m.yohobuy.com/partials/
shopping-
cart/gift-advance-good.phtml → template/m.yohobuy.com/partials/cart/gift-advance-good.phtml
View file @
edfbf18
...
...
@@ -23,7 +23,7 @@
¥{{price}}
</span>
<span class="price">
¥{{
sale
Price}}
¥{{
market
Price}}
</span>
<span class="count">
×{{count}}
...
...
@@ -33,4 +33,4 @@
</div>
</div>
\ No newline at end of file
</div>
...
...
template/m.yohobuy.com/partials/
shopping-
cart/good.phtml → template/m.yohobuy.com/partials/cart/good.phtml
View file @
edfbf18
<div class="shopping-cart-good clearfix" data-id={{id}}>
<span class="checkbox icon-cb-checked iconfont"></span>
<!-- {{#if isSoldOut}}
<p class="">失效</p>
{{^}}
{{#if isGift}}
{{^}}
<span class="checkbox icon-cb-checked iconfont"></span>
{{/if}}
{{#if isSoldOut}}
<span class="few-tag-expire">失效</span>
{{^}}
<span class="checkbox icon-cb-checked iconfont"></span>
{{/if}}
{{/if}}-->
<div class="info">
<img class="thumb lazy" data-original={{thumb}}>
<!--
<a class="" href="{{url}}">
<img class="thumb lazy" data-original="{{thumb}}">
</a>
{{#if isAdvanceBuy}}
<p class="few-tag">加价购</p>
<p class="few-tag
plus-tag
">加价购</p>
{{^}}
{{#if isGift}}
<p class="few-tag">赠品</p>
<p class="few-tag
gift-tag
">赠品</p>
{{/if}}
{{/if}}
{{#if isSoldOut}}
<p class="few-tag">失效</p>
{{/if}}
-->
</a>
<div class="deps show">
<p class="name row">{{name}}</p>
<span class="count">
×{{count}}
</span>
<p class="row">
{{#if color}}
<span class="color">
...
...
@@ -48,9 +39,7 @@
<span class="price">
¥{{price}}
</span>
<span class="count">
×{{count}}
</span>
{{#if soldOut}}
<span class="sold-out">
已售罄
...
...
template/m.yohobuy.com/partials/layout/use.phtml
View file @
edfbf18
...
...
@@ -221,29 +221,34 @@
{{!-- 购物车 --}}
{{#if shoppingCartPage}}
<script>
seajs.use('js/
shopping-
cart/cart');
seajs.use('js/cart/cart');
seajs.use('js/product/recommend-for-you');
</script>
{{/if}}
{{#if gift
Advance
Page}}
{{#if giftPage}}
<script>
seajs.use('js/shopping-cart/gift-advance');
seajs.use('js/cart/gift-advance');
</script>
{{/if}}
{{#if advanceBuyPage}}
<script>
seajs.use('js/cart/gift-advance');
</script>
{{/if}}
{{#if orderEnsurePage}}
<script>
seajs.use('js/
shopping-
cart/order-ensure');
seajs.use('js/cart/order-ensure');
</script>
{{/if}}
{{#if selectAddressPage}}
<script>
seajs.use('js/me/address');
seajs.use('js/
shopping-
cart/select-address');
seajs.use('js/cart/select-address');
</script>
{{/if}}
{{#if selectCouponPage}}
<script>
seajs.use('js/
shopping-
cart/select-coupon');
seajs.use('js/cart/select-coupon');
</script>
{{/if}}
{{!-- 个人中心 --}}
...
...
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
edfbf18
...
...
@@ -674,12 +674,12 @@ class CartModel
break
;
}
if
(
$only
AdvanceBuy
)
{
if
(
$only
Gift
)
{
// 赠品
$result
[
'freebie'
]
=
Helpers
::
formatAdvanceGoods
(
$data
[
'gift_list'
]);
break
;
}
if
(
$only
Gift
)
{
if
(
$only
AdvanceBuy
)
{
// 加价购
$result
[
'advanceBuy'
]
=
Helpers
::
formatAdvanceGoods
(
$data
[
'price_gift'
]);
break
;
...
...
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
edfbf18
...
...
@@ -143,11 +143,11 @@ class IndexController extends AbstractAction
$shoppingKey
=
Helpers
::
getShoppingKeyByCookie
();
$uid
=
$this
->
getUid
(
true
);
$cartType
=
$this
->
get
(
'cartType'
,
'ordinary'
);
$data
=
array
(
'
shoppingCar
tPage'
=>
true
);
$data
=
array
(
'
gif
tPage'
=>
true
);
$data
+=
CartModel
::
getCartData
(
$uid
,
$shoppingKey
,
$cartType
,
true
);
// 渲染模板
$this
->
_view
->
display
(
'gift-advance
-good
'
,
$data
);
$this
->
_view
->
display
(
'gift-advance'
,
$data
);
}
/*
...
...
@@ -161,11 +161,11 @@ class IndexController extends AbstractAction
$shoppingKey
=
Helpers
::
getShoppingKeyByCookie
();
$uid
=
$this
->
getUid
(
true
);
$cartType
=
$this
->
get
(
'cartType'
,
'ordinary'
);
$data
=
array
(
'
shoppingCart
Page'
=>
true
);
$data
=
array
(
'
advanceBuy
Page'
=>
true
);
$data
+=
CartModel
::
getCartData
(
$uid
,
$shoppingKey
,
$cartType
,
false
,
true
);
// 渲染模板
$this
->
_view
->
display
(
'gift-advance
-good
'
,
$data
);
$this
->
_view
->
display
(
'gift-advance'
,
$data
);
}
/*
...
...
@@ -425,10 +425,10 @@ class IndexController extends AbstractAction
$this
->
echoJson
(
$result
);
}
}
/**
* 加入购物车
*
*
* @param string productSku 商品的SKU
* @param int buyNumber 购买数量
* @param int promotionId 促销ID, 加价购有关
...
...
@@ -460,5 +460,5 @@ class IndexController extends AbstractAction
$this
->
echoJson
(
$result
);
}
}
...
...
Please
register
or
login
to post a comment