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 @@
-
+
{{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 29a61e2..63fb283 100644
--- a/pages/index/startPage/startPage.vue
+++ b/pages/index/startPage/startPage.vue
@@ -1,15 +1,23 @@
+