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
1da095f3
Commit
1da095f3
authored
Dec 01, 2023
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c76102aa
Pipeline
#2072
canceled with stages
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
head.png
src/assets/head.png
+0
-0
authSuccess.vue
src/views/sim/authSuccess.vue
+7
-7
authSuccess.vue
src/views/visitor/authSuccess.vue
+2
-2
authentify.vue
src/views/visitor/authentify.vue
+1
-1
disreserve.vue
src/views/visitor/disreserve.vue
+1
-1
disreserve2.vue
src/views/visitor/disreserve2.vue
+1
-1
No files found.
src/assets/head.png
0 → 100644
View file @
1da095f3
72.7 KB
src/views/sim/authSuccess.vue
View file @
1da095f3
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<div>
<div>
<div
class=
"auth_center"
v-if=
"type==0"
>
<div
class=
"auth_center"
v-if=
"type==0"
>
<img
:src=
"info.photo
"
class=
"auth_img"
>
<img
src=
"@/assets/head.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>
...
@@ -59,18 +59,18 @@
...
@@ -59,18 +59,18 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
info
:
{},
info
:
{
name
:
'陈雨'
,
nation
:
"汉"
,
sex
:
'女'
,
idnumber
:
'440514200004230010'
,
address
:
'广东省汕头市潮南区'
},
type
:
null
,
type
:
null
,
}
}
},
},
created
()
{
created
()
{
var
info
=
this
.
$route
.
params
.
info
;
//
var info = this.$route.params.info;
if
(
info
)
{
//
if (info) {
info
=
JSON
.
parse
(
info
);
//
info = JSON.parse(info);
this
.
info
=
info
;
//
this.info = info;
}
//
}
this
.
type
=
this
.
$route
.
params
.
type
this
.
type
=
this
.
$route
.
params
.
type
},
},
beforeRouteLeave
(
to
,
from
,
next
)
{
beforeRouteLeave
(
to
,
from
,
next
)
{
...
...
src/views/visitor/authSuccess.vue
View file @
1da095f3
...
@@ -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=
"@/assets/
visitor/222
.png"
class=
"auth_img"
>
<img
src=
"@/assets/
head
.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=
"@/assets/
visitor/222
.png"
class=
"auth_img"
>
<img
src=
"@/assets/
head
.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 @
1da095f3
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
name
:
"success"
,
name
:
"success"
,
params
:
{
params
:
{
info
:
JSON
.
stringify
({
name
:
'陈雨
玲
'
,
nation
:
"汉"
,
sex
:
'女'
,
idnumber
:
'440514200006230010'
,
address
:
'广东省汕头市潮南区'
}),
info
:
JSON
.
stringify
({
name
:
'陈雨'
,
nation
:
"汉"
,
sex
:
'女'
,
idnumber
:
'440514200006230010'
,
address
:
'广东省汕头市潮南区'
}),
type
:
0
,
type
:
0
,
},
},
});
});
...
...
src/views/visitor/disreserve.vue
View file @
1da095f3
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"return_btn"
><el-button
v-show=
"this.type==0"
@
click=
"toBack"
>
返回上一步
</el-button></div>
<div
class=
"return_btn"
><el-button
v-show=
"this.type==0"
@
click=
"toBack"
>
返回上一步
</el-button></div>
<div
class=
"card_left_c"
@
click=
"openCamera"
>
<div
class=
"card_left_c"
@
click=
"openCamera"
>
<img
:src=
"imgSrc
"
alt=
""
class=
"card_left_img2"
v-if=
"imgSrc!=''"
>
<img
src=
"@/assets/head.png
"
alt=
""
class=
"card_left_img2"
v-if=
"imgSrc!=''"
>
<img
src=
"@/assets/visitor/camera.png"
alt=
""
class=
"card_left_img"
v-else
>
<img
src=
"@/assets/visitor/camera.png"
alt=
""
class=
"card_left_img"
v-else
>
</div>
</div>
<div
class=
"card_item"
><span
class=
"card_item_span"
>
姓名:
</span>
<div
class=
"card_item"
><span
class=
"card_item_span"
>
姓名:
</span>
...
...
src/views/visitor/disreserve2.vue
View file @
1da095f3
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"card_left_c"
>
<div
class=
"card_left_c"
>
<img
:src=
"imgSrc"
alt=
""
class=
"card_left_img"
v-if=
"imgSrc!=''"
>
<img
:src=
"imgSrc"
alt=
""
class=
"card_left_img"
v-if=
"imgSrc!=''"
>
<img
src=
"@/assets/
visitor/222
.png"
alt=
""
class=
"card_left_img"
v-else
>
<img
src=
"@/assets/
head
.png"
alt=
""
class=
"card_left_img"
v-else
>
</div>
</div>
<div
class=
"card_item"
><span
class=
"card_item_span"
>
姓名:
</span>
<div
class=
"card_item"
><span
class=
"card_item_span"
>
姓名:
</span>
<el-input
v-model=
"vform.name"
></el-input>
<el-input
v-model=
"vform.name"
></el-input>
...
...
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