diff --git a/src/views/platform/public/after_sales_service.vue b/src/views/platform/public/after_sales_service.vue
index 3dfaf66..11ca985 100644
--- a/src/views/platform/public/after_sales_service.vue
+++ b/src/views/platform/public/after_sales_service.vue
@@ -6,7 +6,7 @@
-
+
@@ -14,13 +14,13 @@
-
+
-
+
@@ -37,8 +37,8 @@
-
+
@@ -54,7 +54,7 @@
12313141
-
+
退款退货
@@ -78,19 +78,26 @@
12
-
- 商品名称
-
-
-
-
+
+
+ 商品名称
+
+
+
+
+
+
+
+ 131313135
+
+
¥120.00
2
-
+
详情
审核
@@ -152,9 +159,9 @@ export default {
},
},
computed: {
- //是否自营商城售后
- isSelf() {
- return this.$route.fullPath.endsWith('1')
+ //自营售后订单:1,外卖售后订单:2
+ type() {
+ return this.$route.fullPath.includes('self-operated-mall') ? 1 : 2
}
}
}