diff --git a/pages/restaurant/home/shop_home/components/shop-cart/shop-cart.vue b/pages/restaurant/home/shop_home/components/shop-cart/shop-cart.vue index 5fd7814..f355ae3 100644 --- a/pages/restaurant/home/shop_home/components/shop-cart/shop-cart.vue +++ b/pages/restaurant/home/shop_home/components/shop-cart/shop-cart.vue @@ -14,7 +14,7 @@ - {{_fixed(totalPrice)}} + {{__amount(totalPrice)}} @@ -45,7 +45,7 @@ - {{_fixed(item['adj_pay'] * item['num'])}} + {{__amount(item['adj_pay'] * item['num'])}} @@ -181,7 +181,7 @@ - {{totalPrice}} + {{__amount(totalPrice)}} @@ -218,8 +218,8 @@ - {{(item.pay_price * item.num)}} - {{(item.adj_pay * item.num)}} + {{(__amount(item.pay_price * item.num))}} + {{(__amount(item.adj_pay * item.num))}} @@ -261,7 +261,7 @@ - {{totalPrice}} + {{__amount(totalPrice)}} @@ -349,7 +349,7 @@ - {{totalPrice}} + {{__amount(totalPrice)}}