diff --git a/src/project/fengdu/AppNewFarmerBank/taskDetail.vue b/src/project/fengdu/AppNewFarmerBank/taskDetail.vue index 5462892..78e970a 100644 --- a/src/project/fengdu/AppNewFarmerBank/taskDetail.vue +++ b/src/project/fengdu/AppNewFarmerBank/taskDetail.vue @@ -50,7 +50,7 @@
-
+
{{ dkqd }}/积分+{{ intoIntegral }}
@@ -116,6 +116,10 @@ export default { if(this.distance > this.info.clockRange) { return 3 } + // 在打卡范围内,没有积分 + if (this.info.clockRange > this.distance && (this.info.intoClock && (inSTimes < times && times < inETimes) && this.info.intoIntegral) || (this.info.exitClock && outSTimes < times && times < outETimes) && !this.info.exitIntegral) { + return 4 + } }, scope() { const times = new Date().getTime() @@ -226,7 +230,8 @@ export default { }) } - if (this.isClock == 2) { + + if (this.isClock == 2 || this.isClock == 4) { return this.$u.toast(`已打卡,请勿重复打卡!`) }