Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f7fc1948
...
f7fc194830bd7c901582ca2b87bca510f6a962ce
authored
2021-05-20 16:01:16 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
29026f48
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/page/tool.vue
src/page/tool.vue
View file @
f7fc194
...
...
@@ -1102,18 +1102,18 @@
message
:
'该用户手机号已存在,请更换手机号'
,
type
:
'error'
});
}
else
if
(
res
.
data
==
'fail'
)
{
this
.
$message
({
showClose
:
true
,
message
:
'接口调用失败,请重试!'
,
type
:
'error'
});
}
else
if
(
res
.
data
==
'success'
)
{
this
.
$message
({
showClose
:
true
,
message
:
'创建健康坊用户成功'
,
type
:
'success'
});
}
else
{
this
.
$message
({
showClose
:
true
,
message
:
res
.
data
,
type
:
'error'
});
}
loading
.
close
();
}).
catch
(
error
=>
{
...
...
Please
register
or
sign in
to post a comment