驗證碼這一段提示錯誤,不知道哪里錯了
???let?timer?=?setInterval(?handler:?()?=>?{
??????????????this.time?--
??????????????this.btnText='$(this.time)s后重新發(fā)送'
??????????????this.disabled?=?true
??????????????if?(this.time?==?0){
????????????????this.disabled?=?false
????????????????this.btnText?=?'重新發(fā)送'
????????????????this.time?=?this.countDown
????????????????clearInterval?(?timer)
??????????????}
????????????},?timeout:?1000)
2020-09-21
handler:刪除