|
@@ -3,7 +3,7 @@
|
|
|
* @Author: 空白格
|
|
|
* @Date: 2022-08-10 11:45:16
|
|
|
* @LastEditors: 空白格
|
|
|
- * @LastEditTime: 2022-08-29 15:23:42
|
|
|
+ * @LastEditTime: 2023-04-25 11:47:31
|
|
|
* @FilePath: \veterans_client_web\src\views\Login\LoginIndex.vue
|
|
|
* @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
|
|
|
-->
|
|
@@ -205,7 +205,8 @@ export default {
|
|
|
this.validCode.timer = setInterval(() => {
|
|
|
this.validCode.seconds--;
|
|
|
if (this.validCode.seconds === 0) {
|
|
|
- clearInterval(this.timer);
|
|
|
+ clearInterval(this.validCode.timer);
|
|
|
+ this.validCode.seconds = 60
|
|
|
this.validCode.msg = false;
|
|
|
}
|
|
|
}, 1000);
|