guo 3 years ago
parent
commit
d0f7099386
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/homePage/homePage.vue
  2. 1 1
      pages/login/login.vue

+ 1 - 1
pages/homePage/homePage.vue

@@ -12,7 +12,7 @@
 				<view></view>
 			</view>
 
-			<view style="height: 70px;"></view>
+			<view :style="{height: (iStatusBarHeight+50) + 'px'}"></view>
 			<!-- 车辆信息 -->
 			<view class="topCar">
 				<view class="car" v-if="!memberCar" @click="addCar()">

+ 1 - 1
pages/login/login.vue

@@ -107,7 +107,7 @@ export default {
 			 		     duration: 3000
 			 		 });
 			 		 uni.switchTab({
-			 			 url:'../homePage/homePage'
+			 			 url:'../index/index'
 			 		 }) 
 			 	}else{
 			 		uni.showToast({