From 6df26c7fe557fee6efede5dcc67febda9ad5c3a7 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 30 Aug 2023 11:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/newRoutePlanning/chooseLocation.vue | 73 +++-- .../components/footerScroll.vue | 251 +++++++++++++----- .../newRoutePlanning/components/mapIcon.vue | 31 ++- .../newRoutePlanning/components/screen.vue | 107 ++++---- .../newRoutePlanning/newRoutePlanning.vue | 125 +++++---- .../pages/newRoutePlanning/siteList.vue | 188 +++++++++++++ pages.json | 33 ++- pages/index/startPage/startPage.vue | 2 - static/img/empty.png | Bin 0 -> 12941 bytes static/img/list.png | Bin 0 -> 227 bytes static/img/switch.png | Bin 0 -> 344 bytes utils/request.js | 10 +- 12 files changed, 590 insertions(+), 230 deletions(-) create mode 100644 BagStation/pages/newRoutePlanning/siteList.vue create mode 100644 static/img/empty.png create mode 100644 static/img/list.png create mode 100644 static/img/switch.png diff --git a/BagStation/pages/newRoutePlanning/chooseLocation.vue b/BagStation/pages/newRoutePlanning/chooseLocation.vue index a84f73d..28e5ba6 100644 --- a/BagStation/pages/newRoutePlanning/chooseLocation.vue +++ b/BagStation/pages/newRoutePlanning/chooseLocation.vue @@ -1,13 +1,13 @@