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
626a4b13
...
626a4b13f2d86cd15337b99323d8273dc43b609b
authored
2020-10-30 16:36:05 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
3818e0a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/page/tool.vue
src/page/tool.vue
View file @
626a4b1
...
...
@@ -794,6 +794,12 @@
message
:
'该用户手机号已存在,请更换手机号'
,
type
:
'error'
});
}
else
if
(
res
.
data
==
'fail'
)
{
this
.
$message
({
showClose
:
true
,
message
:
'接口调用失败,请重试!'
,
type
:
'error'
});
}
else
if
(
res
.
data
==
'success'
)
{
this
.
$message
({
showClose
:
true
,
...
...
Please
register
or
sign in
to post a comment