瀏覽代碼

报修添加首页bug修复

maotao 5 月之前
父節點
當前提交
be6830d83b
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      pages/myRepair/myRepair.vue

+ 5 - 1
pages/myRepair/myRepair.vue

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