离场时间:
{{ item.exitBegintime.substring(0, 16) }} 至 {{ item.exitEndtime.substring(0, 16) }}
@@ -58,13 +58,16 @@ export default {
}
}).then(res=> {
if(res?.data) {
- this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records
- this.list = this.list.map(e=> {
+ const arr = res.data.records.map(e => {
return {
...e,
- files: e.files.length > 3? e.files?.substring(0,3) : e.files
+ files: e.files.length > 3 ? e.files.slice(0, 3) : e.files
}
})
+ this.$nextTick(()=> {
+ this.list = this.current > 1 ? [...this.list, ...arr] : arr
+ })
+
}
})
}
diff --git a/src/project/fengdu/AppNewFarmerBank/taskDetail.vue b/src/project/fengdu/AppNewFarmerBank/taskDetail.vue
index ca92da9..ed5bae3 100644
--- a/src/project/fengdu/AppNewFarmerBank/taskDetail.vue
+++ b/src/project/fengdu/AppNewFarmerBank/taskDetail.vue
@@ -31,11 +31,11 @@
-
+
{{ info.intoBegintime.substring(0, 16) }} 至 {{ info.intoEndtime.substring(0, 16) }}
-
+
@@ -49,12 +49,11 @@
已报名
-
-
+
+
{{ dkqd }}
积分+{{ intoIntegral }}
-
{{ scope }}