Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
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
panyongping
uni-pdtravel
Commits
a189f6d8
Commit
a189f6d8
authored
Jan 29, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
身份证号和姓名正则取消
parent
54a40cf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
16 deletions
+2
-16
editContacts.vue
pages/scenic/scenicComponents/editContacts.vue
+2
-16
No files found.
pages/scenic/scenicComponents/editContacts.vue
View file @
a189f6d8
...
@@ -19,14 +19,14 @@
...
@@ -19,14 +19,14 @@
<text>
<text>
姓名:
姓名:
</text>
</text>
<input
v-model
.
trim=
"name"
placeholder=
"请输入
中文
姓名,必填"
/>
<input
v-model
.
trim=
"name"
placeholder=
"请输入姓名,必填"
/>
</view>
</view>
<view>
<view>
<text>
<text>
身份证:
身份证:
</text>
</text>
<input
type=
"idcard"
v-model
.
trim=
"credentialNumber"
maxlength=
"18"
placeholder=
"请输入身份证号码,必填"
/>
<input
v-model
.
trim=
"credentialNumber"
maxlength=
"18"
placeholder=
"请输入身份证号码,必填"
/>
</view>
</view>
<view>
<view>
<text>
<text>
...
@@ -70,20 +70,6 @@ export default {
...
@@ -70,20 +70,6 @@ export default {
methods
:
{
methods
:
{
//---保存
//---保存
keepSave
()
{
keepSave
()
{
if
(
!
this
.
$commonjs
.
nameReg
().
test
(
this
.
name
))
{
uni
.
showToast
({
title
:
'请输入正确的中文名字'
,
icon
:
'none'
})
return
}
if
(
!
this
.
$commonjs
.
idReg
().
test
(
this
.
credentialNumber
))
{
uni
.
showToast
({
title
:
'请输入正确身份证号'
,
icon
:
'none'
})
return
}
if
(
this
.
phone
&&!
this
.
$commonjs
.
phoneReg
().
test
(
this
.
phone
))
{
if
(
this
.
phone
&&!
this
.
$commonjs
.
phoneReg
().
test
(
this
.
phone
))
{
uni
.
showToast
({
uni
.
showToast
({
title
:
'请输入正确电话号码'
,
title
:
'请输入正确电话号码'
,
...
...
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