let num1 = parseInt(Math.random() * 100) // 随机0到100
handleClick(number) { this.userInput = this.userInput + number },