diff --git a/src/components/Cart.vue b/src/components/Cart.vue
index 9cf5f22..09edd6c 100644
--- a/src/components/Cart.vue
+++ b/src/components/Cart.vue
@@ -207,7 +207,7 @@ defineExpose({
{{ cartInfo.count }}
-
+
总金额: {{ cartInfo.discount_price.toFixed(2) }}元
,积分抵扣: {{ cartInfo.discount_integral.toFixed(2) }}
diff --git a/src/pages/admin/withdrawal/index.scss b/src/pages/admin/withdrawal/index.scss
index 19e53c9..d53e944 100644
--- a/src/pages/admin/withdrawal/index.scss
+++ b/src/pages/admin/withdrawal/index.scss
@@ -54,7 +54,7 @@
color: #fff;
padding: 45px 100px;
display: flex;
- justify-content: space-between;
+ justify-content: center;
align-items: center;
text-align: center;
diff --git a/src/pages/admin/withdrawal/index.vue b/src/pages/admin/withdrawal/index.vue
index d76a5ce..8600374 100644
--- a/src/pages/admin/withdrawal/index.vue
+++ b/src/pages/admin/withdrawal/index.vue
@@ -130,15 +130,15 @@ Taro.useReachBottom(() => {
-
+
{{ row }}
可提现余额
-
+