|
|
@@ -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">
|
|
|
@@ -221,6 +221,8 @@
|
|
|
this.datasList = [...this.datasList, ...res.data.records]
|
|
|
}
|
|
|
}
|
|
|
+ }).finally(()=>{
|
|
|
+ uni.stopPullDownRefresh();
|
|
|
})
|
|
|
},
|
|
|
}
|