h5/pages/staffLogin/login.vue
@@ -175,8 +175,7 @@ }) }) saveHkUserOpenid({}) } else { } } else {} }) }, ...mapMutations(["setToken", "setUserInfo"]), @@ -215,11 +214,13 @@ sendSms({ phone: this.form.phone }).then(res => { if (res.code === 200) { this.countDown = 60 setInterval(() => { if (this.countDown == 0) return this.countDown-- }, 1000) } }) } }