@@ -305,7 +305,7 @@ export default {
})
},
addUser(){
- if(this.timeObj.useful_times==0) {
+ if(this.timeObj.useful_times<=0) {
this.showMax = true;
return;
}