Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jd-vx-app
Commits
dc0c9657
Commit
dc0c9657
authored
Jun 27, 2022
by
lijiongliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
验证修改
parent
dd9d01ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
scan.vue
pagesB/pages/move-car/scan.vue
+8
-0
No files found.
pagesB/pages/move-car/scan.vue
View file @
dc0c9657
...
@@ -324,6 +324,14 @@ export default {
...
@@ -324,6 +324,14 @@ export default {
});
});
return
;
return
;
}
}
let
regMobile
=
/^
(
13
[
0-9
]
|14
[
01456879
]
|15
[
0-35-9
]
|16
[
2567
]
|17
[
0-8
]
|18
[
0-9
]
|19
[
0-35-9
])\d{8}
$/
;
if
(
!
regMobile
.
test
(
this
.
model1
.
userMobile
))
{
uni
.
showToast
({
icon
:
'none'
,
title
:
'请先填写正确的手机号'
});
return
;
}
uni
.
showLoading
({
uni
.
showLoading
({
title
:
'加载中'
,
title
:
'加载中'
,
mask
:
true
mask
:
true
...
...
Write
Preview
Markdown
is supported
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