Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
刘传洋
8 years ago
Commit
e7e9b6147267a535de299ce65395905b0a466339
1 parent
69d23d7a
m
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1352 deletions
apps/cart/controllers/cart.js
apps/cart/models/cart-helper.js
apps/cart/views/action/cart_bak.hbs
apps/cart/views/action/cart_bak0105.hbs
apps/cart/controllers/cart.js
View file @
e7e9b61
...
...
@@ -108,14 +108,6 @@ const cart = (req, res, next) => {
return
res
.
send
(
ret
);
}
if
(
req
.
query
.
page
===
'1'
)
{
return
res
.
render
(
'cart_bak'
,
{
cart
:
{
}
});
}
return
res
.
render
(
'cart'
,
{
title
:
'购物车 | '
+
(
res
.
locals
.
title
||
''
),
module
:
'cart'
,
...
...
apps/cart/models/cart-helper.js
View file @
e7e9b61
...
...
@@ -515,6 +515,10 @@ const formatCart = (cartDataRet, uid, shoppingKey, cartDelList) => {
result
.
ordinaryCart
=
false
;
}
if
(
!
result
.
advanceCart
&&
!
result
.
ordinaryCart
)
{
result
.
isEmpty
=
true
;
}
// promotionInfos, gifts, priceGifts 放一起展示
let
hasGifts
=
result
.
ordinaryCart
.
gifts
&&
result
.
ordinaryCart
.
gifts
.
length
;
let
hasPrices
=
result
.
ordinaryCart
.
priceGifts
&&
result
.
ordinaryCart
.
priceGifts
.
length
;
...
...
apps/cart/views/action/cart_bak.hbs
deleted
100644 → 0
View file @
69d23d7
<div
class=
"order-ensure-page shop-cart yoho-page clearfix"
>
<div
class=
"order-edit order-cart"
id=
"cart-page"
>
<div
class=
"order-title cart-page-title order-ensure-title"
>
<ul>
<li
class=
"first active"
>
查看购物车
</li>
<li>
填写订单
</li>
<li
class=
"end"
>
付款,完成购买
</li>
</ul>
</div>
{{#if
cart
.
loginUrl
}}
<div
class=
"cartnew-tips"
>
<div
class=
"tipsbox"
id=
"tipsbox"
>
<a
href=
"javascript:void(0);"
class=
"btn_close"
title=
"关闭"
></a>
<strong>
温馨提示:
</strong>
亲爱的顾客,您还没有
<a
href=
"
{{
cart
.
loginUrl
}}
"
class=
"a_eu"
>
登录
</a>
哦,所有商品价格、活动信息以登录后显示为准.
</div>
</div>
{{^}}
<div
class=
"cartnew-tips"
>
<div
class=
"tipsbox"
id=
"tipsbox"
>
<a
href=
"javascript:void(0);"
class=
"btn_close"
title=
"关闭"
></a>
<strong>
温馨提示:
</strong>
1. 选购单中的商品不保留库存,请及时结算。 2. 商品的价格、相关活动信息及库存以订单提交时为准。
</div>
</div>
{{/if}}
<div
class=
"order-pay"
>
{{#if
cart
.
isEmpty
}}
<div
class=
"pay-wapper"
>
<table>
<thead>
<tr>
<th
style=
"width:7%;"
>
全选
</th>
<th
style=
"width:40%;"
>
商品信息
</th>
<th
style=
"width:13%;"
>
单价
</th>
<th
style=
"width:10%;"
>
数量
</th>
<th
style=
"width:10%;"
>
小计(元)
</th>
<th
style=
"width:20%;"
>
操作
</th>
</tr>
</thead>
<tbody>
<tr
class=
"pre-sell-box"
>
<td
colspan=
"6"
class=
"cart-empty"
>
<a
href=
"
{{
cart
.
guangUrl
}}
"
>
选购商品
</a>
<a
href=
"
{{
cart
.
viewOrderUrl
}}
"
>
查看订单
</a>
</td>
</tr>
</tbody>
</table>
</div>
<div
class=
"dev-revocation
{{#
unless
cart
.
deleteShop
}}
none
{{/
unless
}}
"
>
<table>
{{#
cart
.
deleteShop
}}
<tr
data-productnum=
"
{{
productNum
}}
"
data-productsku=
"
{{
productSku
}}
"
>
<td
style=
"width:40%; text-align: left;"
>
成功删除
<a
class=
"title"
href=
"
{{
link
}}
"
target=
"_blank"
>
{{
productTitle
}}
</a></td>
<td
style=
"width:10%;"
><span
class=
"productPrice"
>
{{
productPrice
}}
</span></td>
<td
style=
"width:10%;"
></td>
<td
style=
"width:10%;"
>
{{
productNum
}}
件
</td>
<td
style=
"width:10%;"
></td>
<td
style=
"width:20%; border-right: none; text-align: right;"
>
<a
href=
"javascript:void(0);"
><span
class=
"goBack"
>
撤销本次删除
</span></a>
</td>
</tr>
{{/
cart
.
deleteShop
}}
</table>
</div>
{{^}}
<!-- 购物车商品列表 -->
{{#
cart
}}
<div
class=
"pay-wapper"
>
<div
class=
"cart-title"
>
<p
class=
"left"
style=
"width:6%;"
>
<input
type=
"checkbox"
/>
全选
</p>
<p
style=
"width:40%"
>
商品信息
</p>
<p
style=
"width:14%"
>
单价
</p>
<p
style=
"width:13%;"
>
数量
</p>
<p
style=
"width:16%;"
>
小计(元)
</p>
<p
class=
"right"
style=
"width:11%;"
>
操作
</p>
</div>
<!-- 预售商品 -->
<div
class=
"pre-sell"
>
<code>
预售商品
</code>
预售商品不参加活动,不可使用优惠券,不同上市期的商品我们将为您先到先发。
</div>
<div
class=
"cart-table"
>
<ul
class=
"table table-group"
>
<li
class=
"pre-sell-box tr tr-group"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"td pay-pro"
style=
"width: 45%;"
>
<sub
class=
"out-of-stock"
>
您勾选的商品库存不足
</sub>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
<span
class=
"presell"
>
上市期:2016-09-01
{{
preSellDate
}}
</span>
</p>
</div>
<div
class=
"td productPrice"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"td adjust-cart-num"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"td sub-total red"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"td cart-operation"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width:45%;"
>
<input
readonly=
"readonly"
class=
"cart-item-check"
name=
""
id=
""
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
<span
class=
"presell"
>
上市期:2016-09-01
{{
preSellDate
}}
</span>
</p>
</div>
<div
class=
"productPrice td"
style=
"width:17%;"
>
¥
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width:45%;"
>
<input
readonly=
"readonly"
class=
"cart-item-check"
name=
""
id=
""
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
<span
class=
"presell"
>
上市期:2016-09-01
{{
preSellDate
}}
</span>
</p>
</div>
<div
class=
"productPrice td"
style=
"width:17%;"
>
¥
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"1
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
库存不足
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
</ul>
</div>
<!-- 加价购 -->
<div
class=
"gift-sell mt40"
>
<p><code
class=
"order-pay-mark-white"
>
加价购
</code>
【全场热销】活动商品已购满¥398.00,可加价换购商品
<a>
去换购
</a><button
class=
"btn-clear blue"
data-together-id=
"1"
>
去凑单
>
</button></p>
<p><code
class=
"order-pay-mark-white"
>
满减
</code>
【热销满减】活动商品已购满¥498.00,享优惠¥49
<button
class=
"btn-clear blue"
data-together-id=
"2"
>
去凑单
>
</button></p>
</div>
<div
class=
"cart-table"
>
<ul
class=
"table"
>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive red"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
<div
class=
"sale-info"
>
<span
class=
"sale-info-title"
>
促销信息
<i></i></span>
<ul
class=
"none"
>
<li>
[Levi's]活动商品已满购¥398.00,可加价换购商品
<a>
去换购
</a></li>
<li
class=
"invalid"
>
【Life·After Life】满¥300元享7折
</li>
</ul>
</div>
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive red"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
<div
class=
"sale-info"
>
<span
class=
"sale-info-title"
>
促销信息
<i></i></span>
<ul
class=
"none"
>
<li>
[Levi's]活动商品已满购¥398.00,可加价换购商品
<a>
去换购
</a></li>
<li
class=
"invalid"
>
【Life·After Life】满¥300元享7折
</li>
</ul>
</div>
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
</ul>
</div>
<!-- 折扣 -->
<div
class=
"gift-sell mt20"
>
<p><code>
折扣
</code>
【New Balance】活动商品已购满2件,享优惠¥261.00
<button
class=
"btn-clear"
data-together-id=
"3"
>
去凑单
>
</button></p>
</div>
<div
class=
"cart-table"
>
<ul
class=
"table"
>
<li
class=
"pre-sell-box tr active"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr active"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
</ul>
</div>
<!-- 折扣 赠品 -->
<div
class=
"gift-sell mt20"
>
<p><code
class=
"order-pay-mark-white"
>
折扣
</code>
【New Balance】活动商品已购满2件,享优惠¥261.00
<button
class=
"btn-clear"
data-together-id=
"4"
>
去凑单
>
</button></p>
<p><code>
赠品
</code>
【Life·After Life】活动商品已购满1件,可领取赠品
<a>
领赠品
</a><button
class=
"btn-clear"
data-together-id=
"5"
>
去凑单
>
</button></p>
</div>
<div
class=
"cart-table"
>
<ul
class=
"table"
>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
</ul>
</div>
<!-- 其他 -->
<div
class=
"cart-table mb20"
>
<ul
class=
"table table-group"
>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
<p
class=
"tip-message"
>
(VIP)
</p>
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message"
>
仅剩2件
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
<p
class=
"tip-message tip-message-coin"
><i
class=
"yoho-coin"
></i>
返100YOHO币
</p>
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-check cart-item-checked"
readonly=
"readonly"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
</ul>
</div>
<!-- 失效 -->
<div
class=
"cart-table"
>
<ul
class=
"table"
>
<li
class=
"pre-sell-box tr tr-disabled"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<i
class=
"cart-item-disabled iconfont"
></i>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
<p
class=
"tip-message"
>
(VIP)
</p>
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message"
>
仅剩2件
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width: 45%;"
>
<input
class=
"cart-item-disabled"
readonly=
"readonly"
/>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
</p>
</div>
<div
class=
"product-price td"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥888
{{
productSubtotal
}}
<p
class=
"tip-message tip-message-coin"
><i
class=
"yoho-coin"
></i>
返100YOHO币
</p>
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
</ul>
</div>
<!-- 失效 -->
<div
class=
"gift-sell mt20"
>
<p><code>
加价购
</code>
【全场热销】活动商品已购满¥398.00,可加价换购商品
<a>
去换购
</a><button
class=
"btn-clear blue"
data-together-id=
"6"
>
去凑单
>
</button></p>
<p><code>
赠品
</code>
【热销满减】活动商品已购满¥498.00,享优惠¥49
<a>
领赠品
</a><button
class=
"btn-clear blue"
data-together-id=
"7"
>
去凑单
>
</button></p>
<p><code>
免运费
</code>
【热销满减】活动商品已购满¥498.00,享优惠¥49
</p>
</div>
{{/
cart
}}
{{#
cart
.
salesPromotion
}}
<div
class=
"salesPromotion"
>
<p>
{{#if
salesTitle
}}
<b>
{{
salesTitle
}}
</b>
{{/if}}
{{
salesMessage
}}
</p>
<span><i></i>
已参与
</span>
</div>
{{/
cart
.
salesPromotion
}}
<!-- 总价计算 -->
<div
class=
"cartnew-sum"
>
{{#
unless
cart
.
isEmpty
}}
<div
class=
"left"
>
<a
href=
"javascript:void(0);"
class=
"btn_h"
style=
"display:none;"
><span>
清空商品
</span></a>
<input
type=
"checkbox"
id=
"cbSelAllGoods"
{{#if
cart
.
isCheckedAll
}}
checked=
"checked"
{{/if}}
>
<span>
全选
</span>
<a
class=
"delAll"
href=
"javascript:void(0);"
>
删除选中商品
</a>
<a
class=
"removeAll"
href=
"javascript:void(0);"
>
移入收藏夹
</a>
<a
class=
"emptyDisabled"
href=
"javascript:void(0);"
>
清空失效商品
</a>
<!--<div class="cartsnew-sale-info">-->
<!--<div class="sale-info">-->
<!--<span class="sale-info-title">使用优惠券<i></i></span>-->
<!--<ul class="none">-->
<!--<li>[Levi's]活动商品已满购¥398.00,可加价换购商品<a>去换购</a></li>-->
<!--<li class="invalid">【Life·After Life】满¥300元享7折</li>-->
<!--</ul>-->
<!--</div>-->
<!--<div class="sale-info">-->
<!--<span class="sale-info-title">使用优惠码<i></i></span>-->
<!--<ul class="none">-->
<!--<li>[Levi's]活动商品已满购¥398.00,可加价换购商品<a>去换购</a></li>-->
<!--<li class="invalid">【Life·After Life】满¥300元享7折</li>-->
<!--</ul>-->
<!--</div>-->
<!--</div>-->
</div>
{{/
unless
}}
<div
class=
"right"
>
<p>
<a
href=
"/help/?category_id=87"
class=
"yoho-coin"
target=
"_blank"
></a>
共返有货币:666
{{
cart
.
getYoho
}}
个
  
已选商品
<strong
class=
"ins"
>
24件
</strong>
  
商品金额:
<b>
¥
8888.00
</b>
</p>
<p>
活动优惠:
<b>
-¥
100.00
</b></p>
<p>
优惠码/优惠券:
<b>
¥
8888.00
</b></p>
<p
class=
"sum"
>
应付金额(不含邮费):
<strong><kbd>
¥
</kbd>
8888.00
{{
cart
.
productAllA
}}
</strong></p>
</div>
</div>
<div
class=
"cartnew-submit"
id=
"payDiv"
>
<span>
添加礼品袋
</span>
<a
href=
"javascript:void(0);"
class=
"btn-account"
>
去结算
</a>
</div>
{{/if}}
</div>
</div>
{{#
unless
@root
.
pc
.
product
.
removeRecentView
}}
<div
class=
"lazy-load-object"
>
<textarea
class=
"datalazyload"
style=
"visibility: hidden;"
>
<script>
fetchRecommend
();
</script>
</textarea>
</div>
<div
class=
"bottom-tab bottom-tab-slide"
>
<span
class=
"bottom-title cur"
>
凑单商品
</span>
<span
class=
"bottom-title"
>
为您优选
</span>
<span
class=
"bottom-title"
>
最近浏览
</span>
<span
class=
"change"
>
换一批
<span
class=
"iconfont change-icon"
>

</span>
</span>
</div>
<div
class=
"individual-slide"
>
<div
class=
"individual-item individual-item-togetherGoods"
>
<input
id=
""
type=
"hidden"
value=
""
>
<div
id=
""
class=
"goods clearfix"
>
{{>
individual-slide
}}
</div>
</div>
<div
class=
"individual-item individual-item-recommendGoods none"
>
<input
id=
""
type=
"hidden"
value=
"
{{
latestWalk
}}
"
>
<div
id=
""
class=
"goods clearfix"
>
{{>
individual-slide
}}
</div>
</div>
<div
class=
"individual-item individual-item-latestWalk none"
>
<input
id=
"latest-walk-count"
type=
"hidden"
value=
""
>
<div
id=
"latest-walk-goods"
class=
"goods clearfix"
>
{{>
individual-slide
}}
</div>
</div>
</div>
{{/
unless
}}
<div
class=
"loading"
><span></span>
请稍后...
</div>
</div>
</div>
<!-- 商品详细信息窗口 -->
<script
type=
"text/javascript"
>
(
function
(
d
)
{
window
.
bd_cpro_rtid
=
"P1fsPWc"
;
var
s
=
d
.
createElement
(
"script"
);
s
.
type
=
"text/javascript"
;
s
.
async
=
true
;
s
.
src
=
location
.
protocol
+
"//cpro.baidu.com/cpro/ui/rt.js"
;
var
s0
=
d
.
getElementsByTagName
(
"script"
)[
0
];
s0
.
parentNode
.
insertBefore
(
s
,
s0
);
})(
document
);
</script>
<script
type=
"text/javascript"
src=
"//static.criteo.net/js/ld/ld.js"
async=
"true"
></script>
<script
type=
"text/javascript"
>
window.criteo_q = window.criteo_q || [];
window.criteo_q.push(
{event:"setAccount", account: 16184},
{event:"setCustomerId", id: "
{{
uid
}}
"},
{event:"setSiteType", type: "d"},
{event:"viewBasket", item:
{{{
cart
.
criteo
}}}
}
);
</script>
<!-- 聚效 -->
<script
type=
"text/javascript"
>
var _mvq = window._mvq || [];
window._mvq = _mvq;
_mvq.push(['$setAccount', 'm-23428-1']);
_mvq.push(['$setGeneral', 'cartview', '', /*用户名*/ '', '
{{
uid
}}
']);
_mvq.push(['$logConversion']);
_mvq.push(['$addItem', '', /*商品id*/ '
{{
cart
.
ids
}}
', '', '']);
_mvq.push(['
$logData
'
]);
</script>
apps/cart/views/action/cart_bak0105.hbs
deleted
100644 → 0
View file @
69d23d7
<div
class=
"order-ensure-page shop-cart yoho-page clearfix"
>
<div
class=
"order-edit order-cart"
id=
"cart-page"
>
<div
class=
"order-title cart-page-title order-ensure-title"
>
<ul>
<li
class=
"first active"
>
查看购物车
</li>
<li>
填写订单
</li>
<li
class=
"end"
>
付款,完成购买
</li>
</ul>
</div>
{{#
unless
cart
.
isLogin
}}
<div
class=
"cartnew-tips"
>
<div
class=
"tipsbox"
id=
"tipsbox"
>
<a
href=
"javascript:void(0);"
class=
"btn_close"
title=
"关闭"
></a>
<strong>
温馨提示:
</strong>
亲爱的顾客,您还没有
<a
href=
"
{{
cart
.
loginUrl
}}
"
class=
"a_eu"
>
登录
</a>
哦,所有商品价格、活动信息以登录后显示为准.
</div>
</div>
{{^}}
<div
class=
"cartnew-tips"
>
<div
class=
"tipsbox"
id=
"tipsbox"
>
<a
href=
"javascript:void(0);"
class=
"btn_close"
title=
"关闭"
></a>
<strong>
温馨提示:
</strong>
1. 选购单中的商品不保留库存,请及时结算。 2. 商品的价格、相关活动信息及库存以订单提交时为准。
</div>
</div>
{{/
unless
}}
<div
class=
"order-pay"
>
{{#if
cart
.
isEmpty
}}
<div
class=
"pay-wapper"
>
<div
class=
"shop-cart-empty"
>
<p>
购物车空空的哦,去看看心仪的商品吧~
</p>
</div>
</div>
<div
class=
"dev-revocation
{{#
unless
cart
.
deleteShop
}}
none
{{/
unless
}}
"
>
<table>
{{#
cart
.
deleteShop
}}
<tr
data-productnum=
"
{{
productNum
}}
"
data-productsku=
"
{{
productSku
}}
"
>
<td
style=
"width:40%; text-align: left;"
>
成功删除
<a
class=
"title"
href=
"
{{
link
}}
"
target=
"_blank"
>
{{
productTitle
}}
</a></td>
<td
style=
"width:10%;"
><span
class=
"productPrice"
>
{{
productPrice
}}
</span></td>
<td
style=
"width:10%;"
></td>
<td
style=
"width:10%;"
>
{{
productNum
}}
件
</td>
<td
style=
"width:10%;"
></td>
<td
style=
"width:20%; border-right: none; text-align: right;"
>
<a
href=
"javascript:void(0);"
><span
class=
"goBack"
>
撤销本次删除
</span></a>
</td>
</tr>
{{/
cart
.
deleteShop
}}
</table>
</div>
{{^}}
<!-- 购物车商品列表 -->
{{#
cart
}}
<div
class=
"pay-wapper"
>
<div
class=
"cart-title"
>
<p
class=
"left"
style=
"width:6%;"
>
<i
class=
"cart-item-check iconfont cart-item-checked"
></i>
全选
</p>
<p
style=
"width:40%"
>
商品信息
</p>
<p
style=
"width:14%"
>
单价
</p>
<p
style=
"width:13%;"
>
数量
</p>
<p
style=
"width:16%;"
>
小计(元)
</p>
<p
class=
"right"
style=
"width:11%;"
>
操作
</p>
</div>
{{#
advanceCart
}}
<!-- 预售商品 -->
<div
class=
"pre-sell"
>
<code>
预售商品
</code>
预售商品不参加活动,不可使用优惠券,不同上市期的商品我们将为您先到先发。
</div>
{{#
advanceCart
}}
<!-- 预售商品 -->
<div
class=
"pre-sell"
>
<code>
预售商品
</code>
预售商品不参加活动,不可使用优惠券,不同上市期的商品我们将为您先到先发。
</div>
<div
class=
"td pay-pro"
style=
"width: 45%;"
>
<i
class=
"cart-item-check iconfont cart-item-checked"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
></i>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
<span
class=
"presell"
>
上市期:2016-09-01
{{
preSellDate
}}
</span>
</p>
</div>
<div
class=
"td productPrice"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"td adjust-cart-num"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"td sub-total red"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"td cart-operation"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width:45%;"
>
<i
class=
"cart-item-check iconfont cart-item-checked"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
></i>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
<span
class=
"presell"
>
上市期:2016-09-01
{{
preSellDate
}}
</span>
</p>
</div>
<div
class=
"productPrice td"
style=
"width:17%;"
>
¥
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"sub-total red td"
>
¥
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"cart-operation td"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"pay-pro td"
style=
"width:45%;"
>
<i
class=
"cart-item-check iconfont cart-item-checked"
id=
""
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
></i>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
<span
class=
"incentive"
>
预售
</span>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
</span>
<span
class=
"presell"
>
上市期:2016-09-01
{{
preSellDate
}}
</span>
</p>
</div>
<div
class=
"productPrice td"
style=
"width:17%;"
>
¥
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"adjust-cart-num td"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"1
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
库存不足
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
{{/if}}
{{#if
goodsList
}}
<div
class=
"cart-table"
>
<ul
class=
"table"
>
{{#
goodsList
}}
{{>
cart-item
}}
{{/
goodsList
}}
</ul>
</div>
{{/if}}
{{/
pools
}}
<!--可选的加价购商品 -->
<!--priceGifts-->
<!--可选择的赠品-->
<!--gifts-->
<!-- -->
{{#if
offShelves
}}
<div
class=
"cart-table"
>
<ul
class=
"table"
>
{{#
offShelves
}}
{{>
cart-item
}}
{{/
offShelves
}}
</ul>
</div>
{{/if}}
<!-- -->
{{#if
soldOuts
}}
<div
class=
"cart-table"
>
<ul
class=
"table"
>
{{#
soldOuts
}}
{{>
cart-item
}}
{{/
soldOuts
}}
</ul>
</div>
{{/if}}
<!-- 全场已选择的 加价购+赠品 -->
{{#if
goodsList
}}
<div
class=
"cart-table"
>
<ul
class=
"table"
>
{{#
each
goodsList
}}
{{>
cart-item
}}
{{/
each
}}
</ul>
</div>
{{/if}}
{{#if
promotionInfos
}}
<div
class=
"gift-sell mt20"
>
{{#
promotionInfos
}}
<p><code>
{{
tag
}}
</code>
{{
promotionTitle
}}
<a
class=
"btn-clear blue"
data-together-id=
"6"
>
去凑单
>
</a></p>
{{/
promotionInfos
}}
</div>
{{/if}}
{{/
ordinaryCart
}}
{{#
stat
}}
<!-- 总价计算 -->
<div
class=
"cartnew-sum"
>
{{#
unless
cart
.
isEmpty
}}
<div
class=
"left"
>
<a
href=
"javascript:void(0);"
class=
"btn_h"
style=
"display:none;"
><span>
清空商品
</span></a>
<i
class=
"cart-item-check iconfont"
id=
"cbSelAllGoods"
{{#if
cart
.
isCheckedAll
}}
checked=
"checked"
{{/if}}
></i>
<span>
全选
</span>
<a
class=
"delAll"
href=
"javascript:void(0);"
>
删除选中商品
</a>
<a
class=
"removeAll"
href=
"javascript:void(0);"
>
移入收藏夹
</a>
<a
class=
"emptyDisabled"
href=
"javascript:void(0);"
>
清空失效商品
</a>
</div>
</div>
</div>
<div
class=
"cartnew-submit"
id=
"payDiv"
>
<span>
添加礼品袋
</span>
<a
href=
"javascript:void(0);"
class=
"btn-account"
>
去结算
</a>
</div>
{{/
stat
}}
<!-- 普通商品 -->
<div
class=
"pre-sell"
>
普通商品
</div>
<div
class=
"cart-table"
>
<ul
class=
"table table-group"
>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"td pay-pro"
style=
"width: 45%;"
>
<i
class=
"cart-item-check iconfont"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
></i>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
<i
class=
"iconfont"
>

</i></span>
</p>
</div>
<div
class=
"td productPrice"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"td adjust-cart-num"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"td sub-total red"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"td cart-operation"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
<div
class=
"goods-choose-box none"
id=
"goodsChoose"
>
<div
class=
"goods-info"
>
<div
class=
"dl choose-color"
>
<div
class=
"dd"
>
颜色:
</div>
<div
class=
"dt active"
>
<img
src=
"#"
/>
</div>
<div
class=
"dt"
>
<img
src=
"#"
/>
</div>
<div
class=
"dt"
>
<img
src=
"#"
/>
</div>
</div>
<div
class=
"dl choose-size"
>
<div
class=
"dd"
>
尺码:
</div>
<div
class=
"dt active"
>
40
</div>
<div
class=
"dt"
>
42
</div>
<div
class=
"dt"
>
44
</div>
<div
class=
"dt"
>
46
</div>
<div
class=
"dt disabled"
>
48
</div>
</div>
<div
class=
"button-group"
>
<button
class=
"button-sure"
>
确定
</button>
<button
class=
"button-cancel"
>
取消
</button>
</div>
</div>
<div
class=
"goods-info-bigImg"
>
<div
class=
"bigImg"
>
<img
src=
"#"
/>
</div>
<div
class=
"bigImg none"
>
<img
src=
"#"
/>
</div>
<div
class=
"bigImg none"
>
<img
src=
"#"
/>
</div>
<div
class=
"bigImg none"
>
<img
src=
"#"
/>
</div>
<div
class=
"bigImg none"
>
<img
src=
"#"
/>
</div>
</div>
</div>
</li>
<li
class=
"pre-sell-box tr"
{{#if
pid
}}
data-pid=
"
{{
pid
}}
"
{{/if}}
{{#if
id
}}
data-id=
"
{{
id
}}
"
{{/if}}
{{#if
skn
}}
data-skn=
"
{{
skn
}}
"
{{/if}}
{{#if
sku
}}
data-sku=
"
{{
sku
}}
"
{{/if}}
{{#if
productNum
}}
data-productnum=
"
{{
productNum
}}
"
{{/if}}
{{#if
goodsType
}}
data-goodstype=
"
{{
goodsType
}}
"
{{/if}}
>
<div
class=
"td pay-pro"
style=
"width: 45%;"
>
<i
class=
"cart-item-check iconfont"
data-goodstype=
"
{{
goodsType
}}
"
{{#if
isChecked
}}
checked
{{/if}}
></i>
<a
class=
"pay-pro-icon"
href=
"
{{
link
}}
"
target=
"_blank"
>
<img
src=
"
{{
imgCover
}}
"
>
</a>
<p
class=
"pay-pro-info"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
{{
productTitle
}}
</a>
<span><b
title=
"
{{
productColor
}}
"
>
颜色:红色
{{
productColor
}}
</b>
尺码:L
{{
productSize
}}
<i
class=
"iconfont"
>

</i></span>
</p>
</div>
<div
class=
"td productPrice"
style=
"width:17%;"
>
¥66666
{{
productPrice
}}
</div>
<div
style=
"width:10%;"
class=
"td adjust-cart-num"
>
{{#if
isGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
{{#if
isPriceGift
}}
<div>
{{
productNum
}}
</div>
{{^}}
<div
class=
"cart-num-cont"
>
<span
class=
"minus"
></span>
<input
type=
"text"
value=
"67
{{
productNum
}}
"
readonly=
"readonly"
/>
<span
class=
"plus"
></span>
</div>
<p
class=
"tip-message
{{#
isTipNoStore
}}
tipNoStore
{{/
isTipNoStore
}}
"
>
{{
tipMessage
}}
</p>
{{/if}}
{{/if}}
</div>
<div
style=
"width:17%;"
class=
"td sub-total red"
>
¥888
{{
productSubtotal
}}
</div>
<div
style=
"width:11%;"
class=
"td cart-operation"
>
<span
class=
"cart-del-btn"
>
删除
</span>
<span
class=
"cart-col-btn"
>
移入收藏
</span>
</div>
<div
class=
"goods-choose-box none"
id=
"goodsChoose"
>
<div
class=
"goods-info"
>
<div
class=
"dl choose-color"
>
<div
class=
"dd"
>
颜色:
</div>
<div
class=
"dt active"
>
<img
src=
"#"
/>
</div>
<div
class=
"dt"
>
<img
src=
"#"
/>
</div>
<div
class=
"dt"
>
<img
src=
"#"
/>
</div>
</div>
<div
class=
"dl choose-size"
>
<div
class=
"dd"
>
尺码:
</div>
<div
class=
"dt active"
>
40
</div>
<div
class=
"dt"
>
42
</div>
<div
class=
"dt"
>
44
</div>
<div
class=
"dt"
>
46
</div>
<div
class=
"dt disabled"
>
48
</div>
</div>
<div
class=
"button-group"
>
<button
class=
"button-sure"
>
确定
</button>
<button
class=
"button-cancel"
>
取消
</button>
</div>
</div>
<div
class=
"goods-info-bigImg"
>
<div
class=
"bigImg"
>
<img
src=
"#"
/>
</div>
<div
class=
"bigImg none"
>
<img
src=
"#"
/>
</div>
<div
class=
"bigImg none"
>
<img
src=
"#"
/>
</div>
<div
class=
"bigImg none"
>
<img
src=
"#"
/>
</div>
<div
class=
"bigImg none"
>
<img
src=
"#"
/>
</div>
</div>
</div>
</li>
</ul>
</div>
{{/
cart
}}
{{!--{{#cart.salesPromotion}}
<div class="salesPromotion">
<p>
{{#if salesTitle}}
<b>{{salesTitle}}</b>
{{/if}}
{{salesMessage}}</p>
<span><i></i>已参与</span>
</div>
{{/cart.salesPromotion}} --}}
{{/if}}
</div>
</div>
{{#
unless
@root
.
pc
.
product
.
removeRecentView
}}
<div
class=
"lazy-load-object"
>
<textarea
class=
"datalazyload"
style=
"visibility: hidden;"
>
<script>
fetchRecommend
();
</script>
</textarea>
</div>
<div
class=
"bottom-tab bottom-tab-slide"
>
<span
class=
"bottom-title cur"
>
凑单商品
</span>
<span
class=
"bottom-title"
>
为您优选
</span>
<span
class=
"bottom-title"
>
最近浏览
</span>
<span
class=
"change"
>
换一批
<span
class=
"iconfont change-icon"
>

</span>
</span>
</div>
<div
class=
"individual-slide"
>
<div
class=
"individual-item individual-item-togetherGoods"
>
<input
id=
""
type=
"hidden"
value=
""
>
<div
id=
""
class=
"goods clearfix"
>
{{>
individual-slide
}}
</div>
</div>
<div
class=
"individual-item individual-item-recommendGoods none"
>
<input
id=
""
type=
"hidden"
value=
"
{{
latestWalk
}}
"
>
<div
id=
""
class=
"goods clearfix"
>
{{>
individual-slide
}}
</div>
</div>
<div
class=
"individual-item individual-item-latestWalk none"
>
<input
id=
"latest-walk-count"
type=
"hidden"
value=
""
>
<div
id=
"latest-walk-goods"
class=
"goods clearfix"
>
{{>
individual-slide
}}
</div>
</div>
</div>
{{/
unless
}}
<div
class=
"loading"
><span></span>
请稍后...
</div>
</div>
<script
type=
"text/javascript"
>
/*<textarea data-role="gifts-cansel" class="hide" data-promotionid="
{{
promotionId
}}
">
{{{
giftGoodsListStr
}}}
<
/textarea>*/
</script>
<!-- 商品详细信息窗口 -->
<script
type=
"text/javascript"
>
(
function
(
d
)
{
window
.
bd_cpro_rtid
=
"P1fsPWc"
;
var
s
=
d
.
createElement
(
"script"
);
s
.
type
=
"text/javascript"
;
s
.
async
=
true
;
s
.
src
=
location
.
protocol
+
"//cpro.baidu.com/cpro/ui/rt.js"
;
var
s0
=
d
.
getElementsByTagName
(
"script"
)[
0
];
s0
.
parentNode
.
insertBefore
(
s
,
s0
);
})(
document
);
</script>
<script
type=
"text/javascript"
src=
"//static.criteo.net/js/ld/ld.js"
async=
"true"
></script>
<script
type=
"text/javascript"
>
window.criteo_q = window.criteo_q || [];
window.criteo_q.push(
{event:"setAccount", account: 16184},
{event:"setCustomerId", id: "
{{
uid
}}
"},
{event:"setSiteType", type: "d"},
{event:"viewBasket", item:
{{{
cart
.
criteo
}}}
}
);
</script>
<!-- 聚效 -->
<script
type=
"text/javascript"
>
var _mvq = window._mvq || [];
window._mvq = _mvq;
_mvq.push(['$setAccount', 'm-23428-1']);
_mvq.push(['$setGeneral', 'cartview', '', /*用户名*/ '', '
{{
uid
}}
']);
_mvq.push(['$logConversion']);
_mvq.push(['$addItem', '', /*商品id*/ '
{{
cart
.
ids
}}
', '', '']);
_mvq.push(['
$logData
'
]);
</script>
Please
register
or
login
to post a comment