diff --git a/pages/index/cart.vue b/pages/index/cart.vue index 02c052f1..ae90777f 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -28,12 +28,11 @@ style="transform: scale(0.8)" @tap.stop="onSelectSingle(item.id)" /> @@ -50,7 +49,7 @@ 合计: - {{ state.totalPriceSelected }} + {{ fen2yuan(state.totalPriceSelected) }} @@ -72,11 +71,8 @@