diff --git a/components/orderGoods/index.vue b/components/orderGoods/index.vue
index 662a803..7c2563d 100644
--- a/components/orderGoods/index.vue
+++ b/components/orderGoods/index.vue
@@ -25,7 +25,7 @@
{{ item.cart_info.productPresell.delivery_type === 1 ? '支付尾款后' : '预售结束后' }}{{ item.cart_info.productPresell.delivery_day }}天内
- 申请退款
+
退款中 x {{item.product_num - item.refund_num}}
已退款 x {{item.product_num - item.refund_num}}
去评价
@@ -73,7 +73,7 @@
退款中 x {{item.product_num - item.refund_num}}
已退款 x {{item.product_num - item.refund_num}}
- 申请退款
+
去评价
已评价
diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue
index 77f575f..d2b9726 100644
--- a/pages/goods_details/index.vue
+++ b/pages/goods_details/index.vue
@@ -360,19 +360,19 @@
-
+
-
diff --git a/pages/order_details/index.vue b/pages/order_details/index.vue
index f04e876..b7ea50f 100644
--- a/pages/order_details/index.vue
+++ b/pages/order_details/index.vue
@@ -26,9 +26,9 @@
等待其他人参加拼团
待核销
{{orderInfo.is_virtual == 1 ? '服务商品已虚拟发货' : '待收货'}}
- 待评价
+
已完成
- 已为您退款,感谢您的支持
+
{{orderInfo.pay_time}}
@@ -40,7 +40,7 @@
待发货
待核销
待收货
- 待评价
+
已完成
@@ -49,8 +49,8 @@
-
-
+
+
@@ -231,21 +231,21 @@