diff --git a/BagStation/pages/stationDetail/stationDetail.vue b/BagStation/pages/stationDetail/stationDetail.vue
index 1560538..7cbc916 100644
--- a/BagStation/pages/stationDetail/stationDetail.vue
+++ b/BagStation/pages/stationDetail/stationDetail.vue
@@ -96,33 +96,23 @@
-
-
+
+
+
-
+ -->
-
diff --git a/pages/index/startPage/startPage.vue b/pages/index/startPage/startPage.vue
index 65eba0b..8c6611a 100644
--- a/pages/index/startPage/startPage.vue
+++ b/pages/index/startPage/startPage.vue
@@ -100,19 +100,26 @@
})
interstitialAd.onError((err) => {
setTimeout(() => {
- if (key == '在线') {
- uni.switchTab({
- url: '/pages/tabbar/home/home',
- fail: (err) => {
- console.log(err)
- }
- // url:'/BagStation/orderDetail/orderDetail'
- })
- } else {
- uni.redirectTo({
- url: '/BagAuth/pages/login/login'
- })
- }
+ uni.switchTab({
+ url: '/pages/tabbar/home/home',
+ fail: (err) => {
+ console.log(err)
+ }
+ // url:'/BagStation/orderDetail/orderDetail'
+ })
+ // if (key == '在线') {
+ // uni.switchTab({
+ // url: '/pages/tabbar/home/home',
+ // fail: (err) => {
+ // console.log(err)
+ // }
+ // // url:'/BagStation/orderDetail/orderDetail'
+ // })
+ // } else {
+ // uni.redirectTo({
+ // url: '/BagAuth/pages/login/login'
+ // })
+ // }
}, 2000)
console.log('onError event emit', err)
})