diff --git a/pages.json b/pages.json index f7b5854..9ae452d 100644 --- a/pages.json +++ b/pages.json @@ -60,9 +60,6 @@ { "path": "product/productDetail" }, - { - "path": "order/refundsOrExchange" - }, { "path": "auth/wxLogin" }, diff --git a/pages/index/center.vue b/pages/index/center.vue index 5b3fb07..bdc4fc7 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -62,7 +62,7 @@ - + 待付款 @@ -76,7 +76,7 @@ - 已发货 + 待收货 @@ -95,9 +95,11 @@ - - - + + + @@ -347,7 +349,7 @@ width: 100%; justify-content: space-around; padding: 70rpx 0 90rpx; - + } } diff --git a/pages/index/order.vue b/pages/index/order.vue index 7a53962..5f86203 100644 --- a/pages/index/order.vue +++ b/pages/index/order.vue @@ -3,11 +3,13 @@ @@ -76,7 +78,6 @@ - @@ -96,16 +97,19 @@ name: '全部' }, { - name: '租赁押金' + name: '待付款' }, { - name: '水洗租赁' + name: '已付款' }, { - name: '破损换货' + name: '待发货' }, { - name: '退货退款' + name: '待收货' + }, + { + name: '已完成' } ], queryParams: { diff --git a/pages_order/order/refundsOrExchange.vue b/pages_order/order/refundsOrExchange.vue deleted file mode 100644 index 3ae96c5..0000000 --- a/pages_order/order/refundsOrExchange.vue +++ /dev/null @@ -1,360 +0,0 @@ - - - - - \ No newline at end of file diff --git a/static/image/center/1.png b/static/image/center/1.png deleted file mode 100644 index 264e553..0000000 Binary files a/static/image/center/1.png and /dev/null differ diff --git a/static/image/center/10.png b/static/image/center/10.png deleted file mode 100644 index 151633f..0000000 Binary files a/static/image/center/10.png and /dev/null differ diff --git a/static/image/center/2.png b/static/image/center/2.png deleted file mode 100644 index 5e0bedc..0000000 Binary files a/static/image/center/2.png and /dev/null differ diff --git a/static/image/center/4.png b/static/image/center/4.png deleted file mode 100644 index 5ad41ea..0000000 Binary files a/static/image/center/4.png and /dev/null differ diff --git a/static/image/center/5.png b/static/image/center/5.png deleted file mode 100644 index 4f4a8ac..0000000 Binary files a/static/image/center/5.png and /dev/null differ diff --git a/static/image/center/6.png b/static/image/center/6.png deleted file mode 100644 index 9208b06..0000000 Binary files a/static/image/center/6.png and /dev/null differ diff --git a/static/image/center/7.png b/static/image/center/7.png deleted file mode 100644 index ea1a427..0000000 Binary files a/static/image/center/7.png and /dev/null differ diff --git a/static/image/center/8.png b/static/image/center/8.png deleted file mode 100644 index 856616c..0000000 Binary files a/static/image/center/8.png and /dev/null differ diff --git a/static/image/center/9.png b/static/image/center/9.png deleted file mode 100644 index 5a4b2bd..0000000 Binary files a/static/image/center/9.png and /dev/null differ