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
aaafc4c2
Commit
aaafc4c2
authored
Nov 17, 2023
by
April
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://120.77.240.215:9701/limeimei/sim
parents
0b7390d2
f299acd6
Pipeline
#1976
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
authentify.vue
src/views/sim/authentify.vue
+1
-0
authentify.vue
src/views/visitor/authentify.vue
+6
-2
disreserve.vue
src/views/visitor/disreserve.vue
+5
-1
No files found.
src/views/sim/authentify.vue
View file @
aaafc4c2
...
...
@@ -54,6 +54,7 @@
},
created
()
{
AppInterface
.
readIdCard
();
},
methods
:
{
toBack
()
{
...
...
src/views/visitor/authentify.vue
View file @
aaafc4c2
...
...
@@ -27,9 +27,9 @@
</div>
</div>
</div>
<div
style=
"margin-top:70px;"
><el-button
type=
"primary"
>
身份证
</el-button>
<div
style=
"margin-top:70px;"
><el-button
type=
"primary"
@
click=
"cardVerify(1)"
>
身份证
</el-button>
<el-button
type=
"primary"
>
粤居码
</el-button>
<el-button
type=
"primary"
@
click=
"yueJuCode()"
>
粤居码
</el-button>
</div>
<button
@
click=
"toNext"
>
下一步
</button>
...
...
@@ -59,6 +59,10 @@
this
.
$router
.
push
({
name
:
"success"
});
},
cardVerify
(
num
)
{
AppInterface
.
photoVerify
(
num
);
},
yueJuCode
()
{
AppInterface
.
yueJuCode
()
},
}
}
</
script
>
...
...
src/views/visitor/disreserve.vue
View file @
aaafc4c2
...
...
@@ -4,7 +4,8 @@
<div
class=
"card_left"
>
<div
class=
"return_btn"
><el-button
v-show=
"this.type==0"
@
click=
"toBack"
>
返回上一步
</el-button></div>
<div
class=
"card_left_c"
><img
src=
"@/assets/visitor/camera.png"
alt=
""
class=
"card_left_img"
>
<div
class=
"card_left_c"
@
click=
"openCamera"
><img
src=
"@/assets/visitor/camera.png"
alt=
""
class=
"card_left_img"
>
</div>
<div
class=
"card_item"
><span
class=
"card_item_span"
>
姓名:
</span>
<el-input
v-model=
"vform.name"
></el-input>
...
...
@@ -76,6 +77,9 @@
this
.
$router
.
push
({
name
:
"authentify"
,
params
:
{
title
:
'实名认证'
,
}
});
},
openCamera
()
{
AppInterface
.
openCamera
(
1
);
}
}
}
</
script
>
...
...
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