zhengkaixin 1 year ago
parent
commit
b862dfad44
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/index/index.vue
  2. 1 1
      pages/searchPile/chargeProcess/dcCharging.vue

+ 1 - 1
pages/index/index.vue

@@ -2,7 +2,7 @@
 	<view>
 		<ujp-navbar title="折扣卡购买" :show="false"></ujp-navbar>
 
-		<view class="u-navbar-placeholder" style="width: 100%; height: 68rpx;"></view>
+		<view class="u-navbar-placeholder" v-show="flag&&newsList.length > 0" style="width: 100%; height: 68rpx;"></view>
 
 
 		<!-- 头部图片 -->

+ 1 - 1
pages/searchPile/chargeProcess/dcCharging.vue

@@ -1952,7 +1952,7 @@
 		.charge-state-img2 {
 			text-align: center;
 			position: relative;
-			top: -394rpx;
+			top: -392rpx;
 			height: 0;
 
 			img {