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 d1dc4c8..7d82043 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
@@ -23,7 +23,7 @@
- 消费补贴:¥{{cardbtPrice}}
+ 消费补贴:¥{{__amount(cardbtPrice)}}
@@ -201,7 +201,7 @@
- 消费补贴:¥{{cardbtPrice}}
+ 消费补贴:¥{{__amount(cardbtPrice)}}
@@ -292,7 +292,7 @@
- 消费补贴:¥{{cardbtPrice}}
+ 消费补贴:¥{{__amount(cardbtPrice)}}
@@ -392,7 +392,7 @@
- 消费补贴:¥{{cardbtPrice}}
+ 消费补贴:¥{{__amount(cardbtPrice)}}
diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html
index fa13b5e..4bbc8f1 100644
--- a/unpackage/dist/build/web/index.html
+++ b/unpackage/dist/build/web/index.html
@@ -1,2 +1,2 @@
在线点餐
\ No newline at end of file
+ document.write('')