I added a click event to the check box
what I need now is that I am in the next function
drawLine(){
console.log(this.ceshi());
}
when I click on the check box, I can"t get the status of status at this time. How can I get it? as soon as ceshi changes my function below, I have to listen
.