diff --git a/src/pages/service/cart.vue b/src/pages/service/cart.vue index b09dba3..6a4b21f 100644 --- a/src/pages/service/cart.vue +++ b/src/pages/service/cart.vue @@ -4,41 +4,50 @@ - - - - - - - {{ item.name }} - - - - - - + + + + + - - - + + {{ item.name }} + + + + + + + + + + + + + + + + 合计: + ¥ {{ utils.formatNumber(item.total, 2) }} + + + 去下单 - - - 合计: - ¥ {{ utils.formatNumber(item.total, 2) }} - - - 去下单 - + + + + 购物车为空,请先去 + 选择服务 + - + @@ -281,4 +290,16 @@ export default { .more { padding: 50rpx 0; } +.empty-data { + width: 100%; + box-sizing: border-box; + padding: 100rpx 50rpx; + text-align: center; + color: #999999; + font-size: 28rpx; + .choose-service { + color: #8194f2; + font-weight: bold; + } +} \ No newline at end of file