Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
6e0f2275
Commit
6e0f2275
authored
May 18, 2018
by
linlinjava
Browse files
!1 添加地址手机号检查错误
Merge pull request !1 from llwbhp/master
parents
126d027a
1bdae040
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/ucenter/addressAdd/addressAdd.js
View file @
6e0f2275
...
...
@@ -287,7 +287,7 @@ Page({
return
false
;
}
if
(
!
check
.
isValidPhone
(
this
.
data
.
mobile
))
{
if
(
!
check
.
isValidPhone
(
address
.
mobile
))
{
util
.
showErrorToast
(
'
手机号不正确
'
);
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment