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
3bdfe0b3
...
3bdfe0b3c4a2aa2ff79be11cba9bf1b2327a3dc3
authored
2020-09-23 15:35:13 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
2b3c899e
Hide 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 @
3bdfe0b
...
...
@@ -472,6 +472,12 @@
message
:
'设置短信验证码成功'
,
type
:
'success'
});
}
else
if
(
res
.
data
==
'phoneError'
)
{
this
.
$message
({
showClose
:
true
,
message
:
'手机号格式错误,必须是11位'
,
type
:
'error'
});
}
else
{
this
.
$message
({
showClose
:
true
,
...
...
Please
register
or
sign in
to post a comment