Browse Source

fix:阻止下拉刷新

jianghaili 7 months ago
parent
commit
694c8681a2
2 changed files with 3 additions and 5 deletions
  1. 2 2
      package/deliveryRecord/deliveryRecord.vue
  2. 1 3
      pages.json

+ 2 - 2
package/deliveryRecord/deliveryRecord.vue

@@ -6,7 +6,7 @@
 			<!-- #ifndef H5 -->
 			<u-sticky>
 			<!-- #endif -->
-				<u-tabs :list="list" active-color="#00b78f" :is-scroll="false" :current="current"
+				<u-tabs :list="list" active-color="#016bf6" :is-scroll="false" :current="current"
 					@change="change"></u-tabs>
 			</u-sticky>
 			<!-- 简历列表 -->
@@ -16,7 +16,7 @@
 						@click="goNav(item,index)">
 						<view class="qyList-box-item-box">
 							<view v-if="item.isSee == 1" class="flex align-center justify-end"
-								style="margin-top: 40rpx;color: #00b78f;">
+								style="margin-top: 40rpx;color: #016bf6;">
 								已读
 							</view>
 							<view class="qyList-box-item-info flex justify-between align-center">

+ 1 - 3
pages.json

@@ -846,9 +846,7 @@
 					"path": "deliveryRecord/deliveryRecord",
 					"style": {
 						"navigationBarTitleText": "投递记录",
-						"enablePullDownRefresh": true
-						// ,
-						// "navigationStyle": "custom"
+						"enablePullDownRefresh": false
 					}
 				},
 				{