Commit 2524b3a2 authored by 韦燕's avatar 韦燕

feat:merge

parent ee9f9f8a
......@@ -119,7 +119,7 @@ class GamePage extends Component {
addition = 'minus';
}
if(this.currentNumber > 99999) {
if(this.currentNumber > 60000) {
addition ='minus';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment