From 7247973c638d796685b3c61d168d69a875cf35c5 Mon Sep 17 00:00:00 2001 From: caolc <572275724@qq.com> Date: Wed, 22 Mar 2023 09:23:04 +0800 Subject: [PATCH] 1212 --- BagAuth/pages/login/login.vue | 7 +- BagStation/pages/components/price-tab.vue | 88 ++++++-- .../pages/newRoutePlanning/chooseLocation.vue | 13 +- Financial/components/seniorPagePopup.vue | 2 +- Financial/pages/estimate/index.vue | 3 +- Financial/pages/index.vue | 73 +++++-- api/Financial.js | 3 +- pages/components/Advertisement.vue | 85 ++++++++ pages/index/startPage/startPage.vue | 188 ++++++++++-------- pages/tabbar/home/home.vue | 44 ++-- pages/tabbar/order/orderList/orderList.vue | 65 +++--- pages/tabbar/station/stationList.vue | 29 ++- utils/request.js | 69 ++++--- utils/tools.js | 1 + 14 files changed, 474 insertions(+), 196 deletions(-) create mode 100644 pages/components/Advertisement.vue diff --git a/BagAuth/pages/login/login.vue b/BagAuth/pages/login/login.vue index 3f2e3c0..2f481be 100644 --- a/BagAuth/pages/login/login.vue +++ b/BagAuth/pages/login/login.vue @@ -131,7 +131,12 @@ }, methods: { weChatLogin(option){ - uni.clearStorageSync() + let isJump = uni.getStorageSync('isJump'); + + uni.clearStorageSync(); + if(isJump){ + uni.setStorageSync('isJump',isJump) + } this.refreshLocation() let _that = this uni.login({ diff --git a/BagStation/pages/components/price-tab.vue b/BagStation/pages/components/price-tab.vue index 56a7684..f8377c0 100644 --- a/BagStation/pages/components/price-tab.vue +++ b/BagStation/pages/components/price-tab.vue @@ -1,8 +1,8 @@ diff --git a/pages/index/startPage/startPage.vue b/pages/index/startPage/startPage.vue index 29a61e2..63fb283 100644 --- a/pages/index/startPage/startPage.vue +++ b/pages/index/startPage/startPage.vue @@ -1,15 +1,23 @@