Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
archives-miniapp
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
heyihong
archives-miniapp
Commits
1c19c596
Commit
1c19c596
authored
Sep 18, 2024
by
何怡红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改实名
parent
7312cbae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
fileQuery.vue
src/pages/fileQuery/fileQuery.vue
+4
-11
No files found.
src/pages/fileQuery/fileQuery.vue
View file @
1c19c596
...
...
@@ -24,7 +24,7 @@
prop=
"sfz"
clearable
v-model=
"formData.sfz"
placeholder=
"请输入"
readonly
/>
<wd-input
label=
"手机号"
...
...
@@ -111,14 +111,6 @@ const formData = ref({
const
form
=
ref
();
const
rules
=
ref
({
xm
:
[{
required
:
true
,
message
:
'请输入姓名'
}],
sfz
:
[
{
required
:
true
,
pattern
:
/^
[
1-9
]\d{5}(
18|19|
([
23
]\d))\d{2}((
0
[
1-9
])
|
(
10|11|12
))(([
0-2
][
1-9
])
|10|20|30|31
)\d{3}[
0-9Xx
]
$/
,
message
:
'请输入正确的身份证号'
,
},
],
sjh
:
[{
required
:
true
,
message
:
'请输入手机号'
}],
});
const
submitForm
=
()
=>
{
...
...
@@ -174,8 +166,9 @@ onLoad(() => {
encryptDataMap
:
info
.
data
,
},
success
(
res
)
{
console
.
log
(
111
);
console
.
log
(
res
.
data
);
formData
.
value
.
xm
=
res
.
data
.
uName
;
formData
.
value
.
sfz
=
res
.
data
.
uIdCardNo
;
formData
.
value
.
sjh
=
res
.
data
.
uMobile
;
},
});
},
...
...
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