bundle with pr

This commit is contained in:
Vick Scarlet
2021-09-03 21:43:26 +08:00
parent b0ef08c0c2
commit 3c42cfb546
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -166,7 +166,7 @@ class App{
freshTotal();
}
btnAdd.click(()=>{
if(total() == this.#totalMax) {
if(total() >= this.#totalMax) {
this.hint('没有可分配的点数了');
return;
}