jiangping
2025-01-23 9adce67dc6af1c6cf4a0d0528eced986771c2d64
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) {