diff --git a/src/views/order/index/components/detail.vue b/src/views/order/index/components/detail.vue
index 0995257..a257d6e 100644
--- a/src/views/order/index/components/detail.vue
+++ b/src/views/order/index/components/detail.vue
@@ -233,7 +233,11 @@
+
+
+
+
+
+
+ {{ returnPwd }}
+
+
+
+
+
+ 确定
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/order/index/components/return-money.vue b/src/views/order/index/components/return-money.vue
index d05b400..6d2ee3b 100644
--- a/src/views/order/index/components/return-money.vue
+++ b/src/views/order/index/components/return-money.vue
@@ -1,102 +1,110 @@
-
-
-
退款商品
-
-
-
- {{ goods.productName }}
-
-
x{{ goods.selNumber || "" }}
-
- {{ (goods.selNumber * goods.unitPrice).toFixed(2) }}
-
+
+
+
+
退款商品
+
+
+
+ {{ goods.productName }}
+
+ x{{ goods.selNumber || "" }}
+
+ {{ (goods.selNumber * goods.unitPrice).toFixed(2) }}
+
+
-
-
-
支付金额
-
- {{ detail.payAmount }}
-
-
-
-
优惠金额
-
- {{ detail.discountAmount }}
-
-
-
-
-
退款金额
-
-
- 可退{{ canReturnMoney }}元
-
-
-
-
退款金额
+
+
支付金额
- ¥ {{ detail.returnAmount || 0 }}
-
+ {{ detail.payAmount }}
-
+
+
+
-
+
-