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
f299acd6
Commit
f299acd6
authored
Nov 17, 2023
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
08752d4c
Pipeline
#1975
canceled with stages
Changes
3
Pipelines
1
Hide 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 @
f299acd6
...
@@ -54,6 +54,7 @@
...
@@ -54,6 +54,7 @@
},
},
created
()
{
created
()
{
AppInterface
.
readIdCard
();
},
},
methods
:
{
methods
:
{
toBack
()
{
toBack
()
{
...
...
src/views/visitor/authentify.vue
View file @
f299acd6
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
</div>
</div>
</div>
</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>
</div>
<button
@
click=
"toNext"
>
下一步
</button>
<button
@
click=
"toNext"
>
下一步
</button>
...
@@ -59,6 +59,10 @@
...
@@ -59,6 +59,10 @@
this
.
$router
.
push
({
name
:
"success"
});
this
.
$router
.
push
({
name
:
"success"
});
},
},
cardVerify
(
num
)
{
AppInterface
.
photoVerify
(
num
);
},
yueJuCode
()
{
AppInterface
.
yueJuCode
()
},
}
}
}
}
</
script
>
</
script
>
...
...
src/views/visitor/disreserve.vue
View file @
f299acd6
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
<div
class=
"card_left"
>
<div
class=
"card_left"
>
<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"
><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>
<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>
...
@@ -76,6 +77,9 @@
...
@@ -76,6 +77,9 @@
this
.
$router
.
push
({
name
:
"authentify"
,
params
:
{
title
:
'实名认证'
,
}
});
this
.
$router
.
push
({
name
:
"authentify"
,
params
:
{
title
:
'实名认证'
,
}
});
},
},
openCamera
()
{
AppInterface
.
openCamera
(
1
);
}
}
}
}
}
</
script
>
</
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