From 86c418a44bc5049a61a63f93146ab97f69898f27 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 23 Nov 2022 13:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=A4=8D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegralExchange.vue | 31 ----- .../AppIntegralExchange/commodityDetails.vue | 109 ------------------ src/apps/AppIntegralExchange/orderForm.vue | 35 ------ .../myOder.vue | 0 4 files changed, 175 deletions(-) delete mode 100644 src/apps/AppIntegralExchange/AppIntegralExchange.vue delete mode 100644 src/apps/AppIntegralExchange/commodityDetails.vue delete mode 100644 src/apps/AppIntegralExchange/orderForm.vue rename src/apps/{AppIntegralExchange => AppPointsChange}/myOder.vue (100%) diff --git a/src/apps/AppIntegralExchange/AppIntegralExchange.vue b/src/apps/AppIntegralExchange/AppIntegralExchange.vue deleted file mode 100644 index 5c6a5491..00000000 --- a/src/apps/AppIntegralExchange/AppIntegralExchange.vue +++ /dev/null @@ -1,31 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/apps/AppIntegralExchange/commodityDetails.vue b/src/apps/AppIntegralExchange/commodityDetails.vue deleted file mode 100644 index 6d27926c..00000000 --- a/src/apps/AppIntegralExchange/commodityDetails.vue +++ /dev/null @@ -1,109 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/apps/AppIntegralExchange/orderForm.vue b/src/apps/AppIntegralExchange/orderForm.vue deleted file mode 100644 index d9b3707c..00000000 --- a/src/apps/AppIntegralExchange/orderForm.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/apps/AppIntegralExchange/myOder.vue b/src/apps/AppPointsChange/myOder.vue similarity index 100% rename from src/apps/AppIntegralExchange/myOder.vue rename to src/apps/AppPointsChange/myOder.vue