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