默认提交
Showing
5 changed files
with
23 additions
and
0 deletions
| 1 | /** | ||
| 2 | * 页面描述:密码重置 | ||
| 3 | */ | ||
| 4 | |||
| 1 | 5 | ||
| 2 | import { mapGetters, mapActions, mapState } from "vuex"; | 6 | import { mapGetters, mapActions, mapState } from "vuex"; |
| 3 | 7 | ||
| ... | @@ -70,6 +74,7 @@ export default { | ... | @@ -70,6 +74,7 @@ export default { |
| 70 | oneAccountCenterOff() { | 74 | oneAccountCenterOff() { |
| 71 | return window.global.oneAccountCenterOff; | 75 | return window.global.oneAccountCenterOff; |
| 72 | }, | 76 | }, |
| 77 | // 重置密码 | ||
| 73 | resetPwd() { | 78 | resetPwd() { |
| 74 | if (this.submitBtnDisabled) { | 79 | if (this.submitBtnDisabled) { |
| 75 | return; | 80 | return; | ... | ... |
-
Please register or sign in to post a comment