|
@@ -205,7 +205,7 @@ var vNode = {
|
|
},
|
|
},
|
|
// 查看次数为零,显示遮罩
|
|
// 查看次数为零,显示遮罩
|
|
getStatus: function () {
|
|
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 () {
|
|
surplus: function () {
|
|
return this.entvisit.total >= this.entvisit.usage
|
|
return this.entvisit.total >= this.entvisit.usage
|