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 @@
@@ -261,7 +261,7 @@
¥
- {{totalPrice}}
+ {{__amount(totalPrice)}}
@@ -349,7 +349,7 @@
¥
- {{totalPrice}}
+ {{__amount(totalPrice)}}