獲取驗證碼倒計時60秒

data() { return { oldMobile:"", flag:1, time:60, codeText:‘獲取驗證碼’ } }, // 倒計時方法 countDown() { let that = this this.time = this.time - 1; console.log( this.time) this.codeText = this.time+「秒後重新發送」 if (
相關文章
相關標籤/搜索