From 99d445638f8a5c40a8f9cf7956bf1807163e0da8 Mon Sep 17 00:00:00 2001 From: jiajiu123 <60831923+jiajiu123@users.noreply.github.com> Date: Fri, 3 Sep 2021 18:06:57 +0800 Subject: [PATCH] Update app.js --- src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.js b/src/app.js index 293a252..f5395d4 100644 --- a/src/app.js +++ b/src/app.js @@ -167,7 +167,7 @@ class App{ } btnAdd.click(()=>{ if(total() == this.#totalMax) { - this.hint('没用可分配的点数了'); + this.hint('没有可分配的点数了'); return; } set(get()+1); @@ -464,4 +464,4 @@ class App{ } -export default App; \ No newline at end of file +export default App;