Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-15 17:05:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4eb07609f577e70dff29b1ac9fccb311be56c070
4eb07609
1 parent
adc0373d
修改资料时,用户状态可以为空
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/pages/editInfo/index.vue
src/pages/editInfo/index.vue
View file @
4eb0760
<!--
* @Date: 2022-09-30 09:53:14
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-11-15 1
4:36:16
* @LastEditTime: 2022-11-15 1
7:05:21
* @FilePath: /swx/src/pages/editInfo/index.vue
* @Description: 文件描述
-->
...
...
@@ -266,10 +266,10 @@ const validForm = () => {
Toast('性别不能为空');
return false;
}
if (!user_status.value) {
Toast.fail('用户状态为空');
return false;
}
//
if (!user_status.value) {
//
Toast.fail('用户状态为空');
//
return false;
//
}
if (!user_type.value) {
Toast.fail('用户类型为空');
return false;
...
...
Please
register
or
login
to post a comment