Commit 23fe8a54 authored by 韦燕's avatar 韦燕

feat:merge

parent a6ddb3ad
...@@ -109,7 +109,7 @@ class GamePage extends Component { ...@@ -109,7 +109,7 @@ class GamePage extends Component {
if(this.currentNumber == 0) { if(this.currentNumber == 0) {
addition = 'plus'; addition = 'plus';
} }
if(this.divNum >= 13) { if(this.divNum >= 10) {
addition = 'minus'; addition = 'minus';
} }
this.currentOpt = addition; this.currentOpt = addition;
......
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