@@ -199,7 +199,7 @@ var vNode = {
return (!this.conf._4 && !this.isVip) || (this.entvisit.total <= this.entvisit.usage)
},
surplus: function () {
- return this.entvisit.total > this.entvisit.usage
+ return this.entvisit.total >= this.entvisit.usage
}
methods: {
@@ -197,7 +197,7 @@ var vNode = {
@@ -47,6 +47,13 @@
background-size: 100% 100%;
box-sizing: border-box;
+ .bid_surplus{
+ height: .04rem;
+ opacity: 1;
+ font-size: .22rem;
+ font-weight: 500;
+ color: #2abed1;
+ }
</style>
<body>
<div class="j-container">