Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sim
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
limeimei
sim
Commits
46b40b60
Commit
46b40b60
authored
Nov 30, 2023
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改访客
parent
957c7069
Pipeline
#2069
canceled with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
12 deletions
+20
-12
authSuccess.vue
src/views/visitor/authSuccess.vue
+2
-2
authentify.vue
src/views/visitor/authentify.vue
+9
-1
disreserve.vue
src/views/visitor/disreserve.vue
+1
-1
standby.vue
src/views/visitor/standby.vue
+8
-8
No files found.
src/views/visitor/authSuccess.vue
View file @
46b40b60
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<div
class=
"auth_center"
v-if=
"this.type===2"
>
<div
class=
"auth_center"
v-if=
"this.type===2"
>
<img
src=
""
class=
"auth_img"
>
<img
src=
"
@/assets/visitor/222.png
"
class=
"auth_img"
>
<div
class=
"auth_right"
>
<div
class=
"auth_right"
>
<div>
姓名:
<span
style=
"color: #666666;"
>
{{
info
.
name
}}
</span></div>
<div>
姓名:
<span
style=
"color: #666666;"
>
{{
info
.
name
}}
</span></div>
<div>
身份证号:
<span
style=
"color: #666666;"
>
{{
info
.
idNo
}}
</span></div>
<div>
身份证号:
<span
style=
"color: #666666;"
>
{{
info
.
idNo
}}
</span></div>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</div>
</div>
</div>
</div>
<div
class=
"auth_center"
v-else
>
<div
class=
"auth_center"
v-else
>
<img
:src=
"info.photo
"
class=
"auth_img"
>
<img
src=
"@/assets/visitor/222.png
"
class=
"auth_img"
>
<div
class=
"auth_right"
>
<div
class=
"auth_right"
>
<div>
姓名:
<span
style=
"color: #666666;"
>
{{
info
.
name
}}
</span></div>
<div>
姓名:
<span
style=
"color: #666666;"
>
{{
info
.
name
}}
</span></div>
<div>
性别:
<span
style=
"color: #666666;"
>
{{
info
.
sex
}}
</span></div>
<div>
性别:
<span
style=
"color: #666666;"
>
{{
info
.
sex
}}
</span></div>
...
...
src/views/visitor/authentify.vue
View file @
46b40b60
...
@@ -62,7 +62,15 @@
...
@@ -62,7 +62,15 @@
},
},
// 身份证
// 身份证
verify
()
{
verify
()
{
this
.
$router
.
push
({
name
:
"success"
,
params
:
{
info
:
JSON
.
stringify
({
name
:
'陈雨玲'
,
nation
:
"汉"
,
sex
:
'女'
,
idnumber
:
'440514200006230010'
,
address
:
'广东省汕头市潮南区'
}),
type
:
0
,
},
});
return
;
var
res
=
AppInterface
.
readIdCard
();
var
res
=
AppInterface
.
readIdCard
();
if
(
res
)
{
if
(
res
)
{
...
...
src/views/visitor/disreserve.vue
View file @
46b40b60
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
},
},
toNext
()
{
toNext
()
{
if
(
this
.
imgSrc
==
''
)
{
if
(
this
.
imgSrc
==
''
)
{
alert
(
'请先拍照'
)
this
.
$message
.
error
(
'请先拍照'
)
return
return
}
}
...
...
src/views/visitor/standby.vue
View file @
46b40b60
...
@@ -142,21 +142,21 @@
...
@@ -142,21 +142,21 @@
.content_title2
{
.content_title2
{
color
:
#416CCC
;
color
:
#416CCC
;
font-size
:
75
px
;
font-size
:
62
px
;
}
}
.content_btns
{
.content_btns
{
display
:
flex
;
display
:
flex
;
margin-top
:
8
5px
;
margin-top
:
10
5px
;
}
}
.content_btn
{
.content_btn
{
width
:
1
9
2px
;
width
:
1
7
2px
;
height
:
2
3
9px
;
height
:
2
1
9px
;
background
:
linear-gradient
(
136deg
,
#65DCAC
0%
,
#4DA8D5
100%
);
background
:
linear-gradient
(
136deg
,
#65DCAC
0%
,
#4DA8D5
100%
);
border-radius
:
10px
10px
10px
10px
;
border-radius
:
10px
10px
10px
10px
;
opacity
:
1
;
opacity
:
1
;
padding
:
33
px
;
padding
:
20
px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
...
@@ -167,10 +167,10 @@
...
@@ -167,10 +167,10 @@
}
}
.auth_img_left
{
.auth_img_left
{
width
:
1
1
4px
;
width
:
1
0
4px
;
height
:
1
2
0px
;
height
:
1
1
0px
;
float
:
right
;
float
:
right
;
margin-top
:
8
1px
;
margin-top
:
7
1px
;
}
}
.content_text
{
.content_text
{
...
...
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