|
@@ -76,7 +76,7 @@ MarkStatus.prototype.init = function(option) {
|
|
|
|
|
|
MarkStatus.prototype.checkTopCount = function(task) {
|
|
MarkStatus.prototype.checkTopCount = function(task) {
|
|
//任务限额提示
|
|
//任务限额提示
|
|
- if (task != undefined && task.previous != true && this.status != undefined && this.status.topCount > 0 && this.status.markedCount >= this.status.topCount && this.ignoreTopCount != true) {
|
|
|
|
|
|
+ if (task != undefined && task.previous != true && this.status != undefined && this.status.topCount > 0 && this.status.personCount >= this.status.topCount && this.ignoreTopCount != true) {
|
|
this.popover.show();
|
|
this.popover.show();
|
|
} else {
|
|
} else {
|
|
this.popover.hide();
|
|
this.popover.hide();
|