diff --git a/src/views/order/component/detail.vue b/src/views/order/component/detail.vue
index c0ede07..78f1fa3 100644
--- a/src/views/order/component/detail.vue
+++ b/src/views/order/component/detail.vue
@@ -148,7 +148,7 @@ const getOrderStatus = (id) => {
商品总价:
-
{{formData.total_price}}
+
¥{{formData.total_price}}
支付时间:
@@ -156,11 +156,11 @@ const getOrderStatus = (id) => {
优惠抵扣:
-
{{formData.deduction_price}}
+
¥{{formData.deduction_price}}
实际支付:
-
{{formData.pay_price}}
+
¥{{formData.pay_price}}
支付方式:
@@ -283,7 +283,6 @@ const getOrderStatus = (id) => {
.table {
padding: 1rem;
padding-bottom: 6rem;
- overflow-y: scroll;
.table-title{
font-weight: bold;