ll
liukangdong
2025-01-23 904436a616ca08fc95e1cbbbd13059835ef37e72
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) {