diff --git a/assets/img/account/order/empty.png b/assets/img/account/order/empty.png new file mode 100644 index 0000000..f79cd30 Binary files /dev/null and b/assets/img/account/order/empty.png differ diff --git a/assets/img/account/order_status_1.png b/assets/img/account/order/order_status_1.png similarity index 100% rename from assets/img/account/order_status_1.png rename to assets/img/account/order/order_status_1.png diff --git a/assets/img/account/order_status_1_active.png b/assets/img/account/order/order_status_1_active.png similarity index 100% rename from assets/img/account/order_status_1_active.png rename to assets/img/account/order/order_status_1_active.png diff --git a/assets/img/account/order_status_2.png b/assets/img/account/order/order_status_2.png similarity index 100% rename from assets/img/account/order_status_2.png rename to assets/img/account/order/order_status_2.png diff --git a/assets/img/account/order_status_2_active.png b/assets/img/account/order/order_status_2_active.png similarity index 100% rename from assets/img/account/order_status_2_active.png rename to assets/img/account/order/order_status_2_active.png diff --git a/assets/img/account/order_status_3.png b/assets/img/account/order/order_status_3.png similarity index 100% rename from assets/img/account/order_status_3.png rename to assets/img/account/order/order_status_3.png diff --git a/assets/img/account/order_status_3_active.png b/assets/img/account/order/order_status_3_active.png similarity index 100% rename from assets/img/account/order_status_3_active.png rename to assets/img/account/order/order_status_3_active.png diff --git a/assets/img/account/order_status_4.png b/assets/img/account/order/order_status_4.png similarity index 100% rename from assets/img/account/order_status_4.png rename to assets/img/account/order/order_status_4.png diff --git a/assets/img/account/order_status_4_active.png b/assets/img/account/order/order_status_4_active.png similarity index 100% rename from assets/img/account/order_status_4_active.png rename to assets/img/account/order/order_status_4_active.png diff --git a/assets/img/account/order_status_5.png b/assets/img/account/order/order_status_5.png similarity index 100% rename from assets/img/account/order_status_5.png rename to assets/img/account/order/order_status_5.png diff --git a/assets/img/account/order_status_5_active.png b/assets/img/account/order/order_status_5_active.png similarity index 100% rename from assets/img/account/order_status_5_active.png rename to assets/img/account/order/order_status_5_active.png diff --git a/assets/img/account/order_status_close.png b/assets/img/account/order/order_status_close.png similarity index 100% rename from assets/img/account/order_status_close.png rename to assets/img/account/order/order_status_close.png diff --git a/pages/account/index/order/detail/module/Cancel.vue b/components/BsCancelOrder.vue similarity index 95% rename from pages/account/index/order/detail/module/Cancel.vue rename to components/BsCancelOrder.vue index d8f52da..9271efd 100644 --- a/pages/account/index/order/detail/module/Cancel.vue +++ b/components/BsCancelOrder.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-09 20:20:02 * @LastEditors: ch - * @LastEditTime: 2022-05-09 20:41:46 + * @LastEditTime: 2022-05-12 11:18:03 * @Description: file content --> + \ No newline at end of file diff --git a/pages/account/index/order/detail/index.vue b/pages/account/index/order/detail/index.vue index 7870766..6a7cc3c 100644 --- a/pages/account/index/order/detail/index.vue +++ b/pages/account/index/order/detail/index.vue @@ -2,14 +2,13 @@ * @Author: ch * @Date: 2022-05-08 01:14:03 * @LastEditors: ch - * @LastEditTime: 2022-05-09 21:39:31 + * @LastEditTime: 2022-05-11 22:22:15 * @Description: file content --> \ No newline at end of file diff --git a/pages/account/index/order/list/module/Tab.vue b/pages/account/index/order/list/module/Tab.vue index e69de29..4eeef66 100644 --- a/pages/account/index/order/list/module/Tab.vue +++ b/pages/account/index/order/list/module/Tab.vue @@ -0,0 +1,83 @@ + + + + \ No newline at end of file diff --git a/pages/order/payResult.vue b/pages/order/payResult.vue index ca5562c..ed40fdd 100644 --- a/pages/order/payResult.vue +++ b/pages/order/payResult.vue @@ -2,15 +2,17 @@ * @Author: ch * @Date: 2022-05-08 01:11:33 * @LastEditors: ch - * @LastEditTime: 2022-05-09 22:27:35 + * @LastEditTime: 2022-05-10 15:48:51 * @Description: file content --> @@ -43,20 +45,30 @@ export default { }, goHome(){ this.$router.replace('/'); + }, + goDetail(){ + this.$router.replace(`/account/order/detail?id=${this.$route.query.id}`) } } } \ No newline at end of file diff --git a/pages/order/submit/index.vue b/pages/order/submit/index.vue index 111e9f3..81c1149 100644 --- a/pages/order/submit/index.vue +++ b/pages/order/submit/index.vue @@ -2,17 +2,19 @@ * @Author: ch * @Date: 2022-05-04 17:30:58 * @LastEditors: ch - * @LastEditTime: 2022-05-10 12:22:53 + * @LastEditTime: 2022-05-12 09:58:47 * @Description: file content -->