guo 3 年 前
コミット
d0f7099386
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  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({