Showing
2 changed files
with
4 additions
and
4 deletions
@@ -149,8 +149,8 @@ function orderCompute() { | @@ -149,8 +149,8 @@ function orderCompute() { | ||
149 | '<span>' + value.promotion_amount + '</span>' + | 149 | '<span>' + value.promotion_amount + '</span>' + |
150 | '</li>'; | 150 | '</li>'; |
151 | }); | 151 | }); |
152 | - $('.price-cost span').html('¥' + res.last_order_amount); | ||
153 | - $('.bill span').html('¥' + res.last_order_amount); | 152 | + $('.price-cost span').html('¥' + res.last_order_amount); |
153 | + $('.bill span').html('¥' + res.last_order_amount); | ||
154 | $('.total').html(total); | 154 | $('.total').html(total); |
155 | } | 155 | } |
156 | } | 156 | } |
@@ -31,8 +31,8 @@ | @@ -31,8 +31,8 @@ | ||
31 | .kids{ | 31 | .kids{ |
32 | background:image-url('shopping-cart/kids.png') bottom left repeat-x #fff; | 32 | background:image-url('shopping-cart/kids.png') bottom left repeat-x #fff; |
33 | } | 33 | } |
34 | - .lifeStyle{ | ||
35 | - background:image-url('shopping-cart/lifeStyle.png') bottom left repeat-x #fff; | 34 | + .life-style{ |
35 | + background:image-url('shopping-cart/lifeStyle.png') bottom left repeat-x #fff !important; | ||
36 | } | 36 | } |
37 | .not-address{ | 37 | .not-address{ |
38 | position: relative; | 38 | position: relative; |
-
Please register or login to post a comment