Browse Source

报修添加首页bug修复

maotao 5 months ago
parent
commit
be6830d83b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages/myRepair/myRepair.vue

+ 5 - 1
pages/myRepair/myRepair.vue

@@ -55,6 +55,7 @@
55
 		  <view class="zanwu" v-else>
55
 		  <view class="zanwu" v-else>
56
 		    <text class="newicon newicon-zanwu"></text>
56
 		    <text class="newicon newicon-zanwu"></text>
57
 		  </view>
57
 		  </view>
58
+			<view class="body-height"></view>
58
 		  <repairsFilter v-if="dataInfo.isFilter" @cancelEmit="cancelFilter" @confirmEmit="conformFilter" :evt="dataInfo.evtFilter"></repairsFilter>
59
 		  <repairsFilter v-if="dataInfo.isFilter" @cancelEmit="cancelFilter" @confirmEmit="conformFilter" :evt="dataInfo.evtFilter"></repairsFilter>
59
 		  <IncidentAttachment v-if="dataInfo.isAttachment" @knowEmit="knowAttachment" :incidentData="dataInfo.incidentData"></IncidentAttachment>
60
 		  <IncidentAttachment v-if="dataInfo.isAttachment" @knowEmit="knowAttachment" :incidentData="dataInfo.incidentData"></IncidentAttachment>
60
 			<uni-popup ref="popup" background-color="#fff" type="center" :before-close="true">
61
 			<uni-popup ref="popup" background-color="#fff" type="center" :before-close="true">
@@ -928,7 +929,7 @@
928
 	})
929
 	})
929
 	
930
 	
930
 	onPullDownRefresh(_=>{
931
 	onPullDownRefresh(_=>{
931
-		uni.stopPullDownRefresh();
932
+		// uni.stopPullDownRefresh();
932
 	})
933
 	})
933
 	
934
 	
934
 	onShow((option) => {
935
 	onShow((option) => {
@@ -1091,6 +1092,9 @@
1091
 	      }
1092
 	      }
1092
 	    }
1093
 	    }
1093
 	  }
1094
 	  }
1095
+		.body-height{
1096
+			height: 88rpx;
1097
+		}
1094
 	  .zanwu{
1098
 	  .zanwu{
1095
 	    box-sizing: border-box;
1099
 	    box-sizing: border-box;
1096
 	    margin-bottom: var(--window-bottom);
1100
 	    margin-bottom: var(--window-bottom);