@@ -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()">
@@ -107,7 +107,7 @@ export default {
duration: 3000
});
uni.switchTab({
- url:'../homePage/homePage'
+ url:'../index/index'
})
}else{
uni.showToast({