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
OF1706
8 years ago
Commit
36ca3d1b428ae10b2035f405331707aabf40140e
1 parent
028cf1ab
问题
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
13 deletions
apps/cart/models/cart-helper.js
mix/mix/cart/cart-item.hbs
mix/mix/cart/cart-list.hbs
public/scss/cart/_cart-togetherGoods.css
public/scss/cart/_cart.css
apps/cart/models/cart-helper.js
View file @
36ca3d1
...
...
@@ -392,9 +392,9 @@ const formatPromotion = (it, selectedGiftsList) => {
let
tipTxt
=
`差
$
{
-
Math
.
round
(
info
.
conditionValue
*
100
)
/
100
}
`
;
if
(
info
.
conditionUnit
===
1
)
{
tipTxt
+=
'件 '
;
tipTxt
+=
'件
满足
'
;
}
else
if
(
info
.
conditionUnit
===
2
)
{
tipTxt
+=
'元 '
;
tipTxt
+=
'元
满足
'
;
}
info
.
promotionTitle
=
tipTxt
+
info
.
promotionTitle
;
...
...
mix/mix/cart/cart-item.hbs
View file @
36ca3d1
...
...
@@ -54,7 +54,7 @@
<li>
{{
promotionTitle
}}
{{>
mix
/
cart
/
cart-promotion-btn
}}
{{#if
isNotReach
}}
<a
class=
"btn-clear blue order-pay-link"
target=
"_blank"
href=
"
{{
promotionPageUrl
}}
"
>
去凑单
>
</a>
<a
class=
"btn-clear blue order-pay-link"
target=
"_blank"
href=
"
{{
promotionPageUrl
}}
"
>
去凑单
</a>
{{/if}}
</li>
{{/
promotionInfos
}}
...
...
mix/mix/cart/cart-list.hbs
View file @
36ca3d1
...
...
@@ -76,15 +76,15 @@
</div>
{{/if}}
{{#if
promotionInfos
}}
<div
class=
"gift-sell"
>
{{#
promotionInfos
}}
<p
class=
"gift-sell-info"
><code
class=
"order-pay-mark"
>
{{
tag
}}
</code>
{{
promotionTitle
}}
<!--<a class="btn-clear blue" data-together-id="6">去凑单 ></a>-->
</p>
{{/
promotionInfos
}}
</div>
{{/if}}
<!--
{{#if
promotionInfos
}}
-->
<!--<div class="gift-sell">-->
<!--
{{#
promotionInfos
}}
-->
<!--<p class="gift-sell-info"><code class="order-pay-mark">
{{
tag
}}
</code>
{{
promotionTitle
}}
-->
<!--<!–<a class="btn-clear blue" data-together-id="6">去凑单 ></a>–>-->
<!--</p>-->
<!--
{{/
promotionInfos
}}
-->
<!--</div>-->
<!--
{{/if}}
-->
</div>
{{/
advanceCart
}}
...
...
@@ -232,7 +232,7 @@
data-promotionid=
"
{{
promotionId
}}
"
data-num=
"
{{
productNum
}}
"
>
<span
class=
"good-name"
style=
"width: 392px;"
>
<a
href=
"
{{
link
}}
"
target=
"_blank"
>
{{
productTitle
}}
</a>
<a
href=
"
{{
link
}}
"
target=
"_blank"
title=
"
{{
productTitle
}}
"
>
{{
productTitle
}}
</a>
</span>
<span
class=
"good-price"
style=
"width: 148px;"
>
{{
productPrice
}}
</span>
<span
class=
"good-num"
style=
"width: 128px;"
>
{{
productNum
}}
</span>
...
...
public/scss/cart/_cart-togetherGoods.css
View file @
36ca3d1
...
...
@@ -193,6 +193,8 @@
dd
{
width
:
55px
;
float
:
left
;
letter-spacing
:
0
;
word-spacing
:
0
;
padding-bottom
:
15px
;
text-align
:
left
;
}
...
...
public/scss/cart/_cart.css
View file @
36ca3d1
...
...
@@ -1334,6 +1334,9 @@
font-size
:
14px
;
color
:
#000
;
text-align
:
left
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.good-price
{
font-size
:
14px
;
...
...
Please
register
or
login
to post a comment