Showing
3 changed files
with
3 additions
and
3 deletions
@@ -129,7 +129,7 @@ | @@ -129,7 +129,7 @@ | ||
129 | </div> | 129 | </div> |
130 | <div class="opts bill "> | 130 | <div class="opts bill "> |
131 | <div class="total"> | 131 | <div class="total"> |
132 | - <p class="price">总计:¥{{sumPrice}} ({{count}}件)</p> | 132 | + <p class="price">总计:¥{{sumPrice}} ({{count}}件)</p> |
133 | <p class="intro">不含运费</p> | 133 | <p class="intro">不含运费</p> |
134 | </div> | 134 | </div> |
135 | <button class="btn btn-red btn-balance">结算</button> | 135 | <button class="btn btn-red btn-balance">结算</button> |
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | <div class="count">x{{count}}</div> | 52 | <div class="count">x{{count}}</div> |
53 | </div> | 53 | </div> |
54 | <p class="price"> | 54 | <p class="price"> |
55 | - <span class="market-price">¥{{price}}</span> | 55 | + <span class="market-price">¥{{price}}</span> |
56 | {{#if isStudents}}<span class="vip fill-text">学</span>{{/if}} | 56 | {{#if isStudents}}<span class="vip fill-text">学</span>{{/if}} |
57 | {{#if isVipPrice}}<span class="vip fill-text">VIP</span>{{/if}} | 57 | {{#if isVipPrice}}<span class="vip fill-text">VIP</span>{{/if}} |
58 | </p> | 58 | </p> |
@@ -20,7 +20,7 @@ const formatPromotionTitle = (promo) => { | @@ -20,7 +20,7 @@ const formatPromotionTitle = (promo) => { | ||
20 | if (promo.condition_unit === 1) { | 20 | if (promo.condition_unit === 1) { |
21 | title = `差${transPrice(Math.abs(promo.condition_value))}件立享`; | 21 | title = `差${transPrice(Math.abs(promo.condition_value))}件立享`; |
22 | } else if (promo.condition_unit === 2) { | 22 | } else if (promo.condition_unit === 2) { |
23 | - title = `差¥${transPrice(Math.abs(promo.condition_value))}立享`; | 23 | + title = `差¥${transPrice(Math.abs(promo.condition_value))}立享`; |
24 | } | 24 | } |
25 | } else { | 25 | } else { |
26 | title = '已满足'; | 26 | title = '已满足'; |
-
Please register or login to post a comment