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/BagSetup/setup/setup.vue b/BagSetup/setup/setup.vue
index 6a8be8f..ded31b0 100644
--- a/BagSetup/setup/setup.vue
+++ b/BagSetup/setup/setup.vue
@@ -135,8 +135,8 @@
uni.setStorageSync('loginOut', true)
setTimeout(() => {
uni.reLaunch({
- // url: '/BagAuth/pages/login/login'
- url:'/BagAuth/pages/login/oldLogin'
+ url: '/BagAuth/pages/login/login'
+ // url:'/BagAuth/pages/login/oldLogin'
})
}, 1000)
}
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 @@
-
+
{{item.channelCode|channelCodeFamt}}
@@ -28,11 +28,20 @@
+
+
+ 车辆评估
+ 评估分数+改善建议,组合报告查询8.8折
+
+
油站特色
- {{itemy}}
- {{channelPrice.activityContent}}
+ {{itemy}}
+ {{channelPrice.activityContent}}
@@ -40,9 +49,10 @@
diff --git a/pages/index/startPage/startPage.vue b/pages/index/startPage/startPage.vue
index 0da1167..63fb283 100644
--- a/pages/index/startPage/startPage.vue
+++ b/pages/index/startPage/startPage.vue
@@ -1,15 +1,23 @@
+