h5/pages/wdata/home.vue
@@ -91,11 +91,13 @@ sendSms({ phone: this.form.phone }).then(res => { this.countDown = 10 if (res.code === 200) { this.countDown = 60 setInterval(() => { if (this.countDown == 0) return this.countDown-- }, 1000) } }) }, userAuth(source) {