diff --git a/pages/order/detail.vue b/pages/order/detail.vue
index ae792a34..c3165bc5 100644
--- a/pages/order/detail.vue
+++ b/pages/order/detail.vue
@@ -56,18 +56,6 @@
:price="item.price"
:num="item.count"
>
-
+
@@ -341,14 +329,6 @@
}
// #endif
- // 配送方式详情
- function onDetail(item) {
- sheep.$router.go('/pages/order/dispatch/content', {
- id: item.order_id,
- item_id: item.id,
- });
- }
-
// 评价
function onComment(orderSN, orderId) {
sheep.$router.go('/pages/goods/comment/add', {
diff --git a/pages/order/dispatch/content.vue b/pages/order/dispatch/content.vue
deleted file mode 100644
index 5095c6c0..00000000
--- a/pages/order/dispatch/content.vue
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- 发货信息
-
-
- {{ item.title }}: {{ item.content }}
-
-
- {{ state.data.ext?.dispatch_content }}
-
-
-
-
-