验证码这一段提示错误,不知道哪里错了

来源:3-6 手机验证码登录组件编写(2)

方沐沐

2020-09-20 10:10

   let timer = setInterval( handler: () => {

              this.time --

              this.btnText='$(this.time)s后重新发送'

              this.disabled = true

              if (this.time == 0){

                this.disabled = false

                this.btnText = '重新发送'

                this.time = this.countDown

                clearInterval ( timer)

              }

            }, timeout: 1000)


写回答 关注

1回答

  • 五月的夏天
    2020-09-21 08:17:52

    handler:删除

基于Element-UI二次封装业务组件

基于element-ui二次封装业务组件

11544 学习 · 30 问题

查看课程

相似问题