diff --git a/pages/order/complain/complainInfo.vue b/pages/order/complain/complainInfo.vue
index 97e1625..3d8fa02 100644
--- a/pages/order/complain/complainInfo.vue
+++ b/pages/order/complain/complainInfo.vue
@@ -34,14 +34,16 @@
{{ complaint.content }}
- 暂无对话
- 回复对话
-
-
-
-
-
- 回复
+ 暂无对话
+
+ 回复对话
+
+
+
+
+
+ 回复
+
平台仲裁
diff --git a/pages/order/complain/complainList.vue b/pages/order/complain/complainList.vue
index cbf2788..13b071c 100644
--- a/pages/order/complain/complainList.vue
+++ b/pages/order/complain/complainList.vue
@@ -28,9 +28,8 @@
{{ item.complainTopic }}
-
+
diff --git a/pages/order/myOrder.vue b/pages/order/myOrder.vue
index 431ca62..110a14d 100644
--- a/pages/order/myOrder.vue
+++ b/pages/order/myOrder.vue
@@ -1,828 +1,785 @@
-
-
- {{ item.text }}
-
-
-
-
-
-
-
-
-
-
-
- {{ order.storeName }}
-
- {{
- order.orderStatus | orderStatusList
- }}
-
-
-
-
-
-
-
-
- {{ order.groupName }}
-
- ¥{{ order.flowPrice | unitPrice }}
-
-
-
- x{{ order.groupNum }}
-
-
-
-
-
-
- 已付金额:
- 应付金额:
- ¥{{ order.flowPrice | unitPrice }}
-
-
-
- 立即付款
-
-
- 取消订单
-
-
-
- 查看物流
-
-
- 确认收货
-
-
- 退款/售后
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ order.storeName }}
+
+
+
+
+
+
+ {{
+ order.orderStatus | orderStatusList
+ }}
+
+
+
+
+
+
+
+
+
+ {{ order.groupName }}
+
+ ¥{{ order.flowPrice | unitPrice }}
+
+
+
+ x{{ order.groupNum }}
+
+
+
+
+
+
+ 已付金额:
+ 应付金额:
+ ¥{{ order.flowPrice | unitPrice }}
+
+
+
+ 立即付款
+
+
+ 取消订单
+
+
+
+ 查看物流
+
+
+ 确认收货
+
+
+ 退款/售后
+
+
+
+
+
+
+
+
+
+
+
+
+
+ }
+ .cancel-btn {
+ color: #333639 !important;
+ background: rgba(46, 51, 56, .05) !important;
+ }
+
+ .pay-btn {
+
+ background-color: $light-color !important;
+
+ color: #ffffff !important;
+ }
+
+ .rebuy-btn {
+ color: $light-color !important;
+ border-color: $light-color !important;
+ background-color: #ffffff !important;
+ }
+
\ No newline at end of file