Skip to content

Commit 0d03fcb

Browse files
committed
fix:修改成功
1 parent 19e52f6 commit 0d03fcb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

templates/blog/editPassword.html.twig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,6 @@
7373
// 判断逻辑
7474
_validate() {
7575
// 校验
76-
if (!this.account) {
77-
return {
78-
success: false,
79-
msg: '请输入账号'
80-
}
81-
}
82-
if (!this.password) {
83-
return {
84-
success: false,
85-
msg: '请输入密码'
86-
}
87-
}
8876
return {
8977
success: true
9078
};

0 commit comments

Comments
 (0)