@@ -205,7 +205,7 @@ var vNode = {
},
// 查看次数为零,显示遮罩
getStatus: function () {
- return (!this.conf._4 && !this.isVip) || (this.entvisit.total <= this.entvisit.usage && this.powerInfo.memberStatus <= 0 && !this.entvisit.visited)
+ return (!this.conf._4 && !this.isVip) || (this.entvisit.total < this.entvisit.usage && this.powerInfo.memberStatus <= 0 && !this.entvisit.visited)
surplus: function () {
return this.entvisit.total >= this.entvisit.usage
@@ -204,7 +204,7 @@ var vNode = {