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
5b893edd
Commit
5b893edd
authored
Nov 17, 2023
by
limeimei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
bf66fcab
Pipeline
#1984
canceled with stages
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
11 deletions
+13
-11
authSuccess.vue
src/views/visitor/authSuccess.vue
+8
-6
authentify.vue
src/views/visitor/authentify.vue
+1
-1
card.vue
src/views/visitor/card.vue
+2
-2
photograph.vue
src/views/visitor/photograph.vue
+1
-1
photograph2.vue
src/views/visitor/photograph2.vue
+1
-1
No files found.
src/views/visitor/authSuccess.vue
View file @
5b893edd
...
...
@@ -11,7 +11,7 @@
<div
class=
"auth_center"
v-if=
"t
ype
=2"
>
<div
class=
"auth_center"
v-if=
"t
his.type==
=2"
>
<img
src=
""
class=
"auth_img"
>
<div
class=
"auth_right"
>
<div>
姓名:
<span
style=
"color: #666666;"
>
{{
info
.
name
}}
</span></div>
...
...
@@ -32,7 +32,7 @@
</div>
</div>
<div
style=
"margin-top:
5
0px;"
><el-button
type=
"primary"
@
click=
"toNext"
>
下一步
</el-button>
<div
style=
"margin-top:
3
0px;"
><el-button
type=
"primary"
@
click=
"toNext"
>
下一步
</el-button>
</div>
</div>
...
...
@@ -55,14 +55,16 @@
},
created
()
{
this
.
type
=
this
.
$route
.
params
.
type
;
// alert(this.type)
var
info
=
this
.
$route
.
params
.
info
;
if
(
info
)
{
info
=
JSON
.
parse
(
info
);
this
.
info
=
info
;
}
this
.
type
=
this
.
$route
.
params
.
type
;
// alert(this.type)
},
methods
:
{
toBack
()
{
...
...
@@ -87,7 +89,7 @@
.reserved
{
width
:
100%
;
/* height: 650px; */
height
:
670px
;
box-sizing
:
border-box
;
...
...
src/views/visitor/authentify.vue
View file @
5b893edd
...
...
@@ -66,7 +66,7 @@
var
res
=
AppInterface
.
readIdCard
();
if
(
res
)
{
alert
(
res
)
//
alert(res)
res
=
JSON
.
parse
(
res
);
if
(
res
.
error
==
0
)
{
if
(
res
.
data
.
nation
)
{
...
...
src/views/visitor/card.vue
View file @
5b893edd
...
...
@@ -2,8 +2,8 @@
<div
class=
"reserved"
>
<div
class=
"card_content"
>
<div
class=
"card_top"
>
<div><el-button
@
click=
"toBack"
>
返回上一步
</el-button>
</div>
<
!--
<
div><el-button
@
click=
"toBack"
>
返回上一步
</el-button>
</div>
-->
</div>
<div
class=
"card_body"
>
...
...
src/views/visitor/photograph.vue
View file @
5b893edd
...
...
@@ -42,7 +42,7 @@
this
.
$router
.
go
(
-
1
);
},
takephoto
()
{
return
//
return
var
res
=
AppInterface
.
captureAvatar
();
if
(
res
)
{
res
=
JSON
.
parse
(
res
);
...
...
src/views/visitor/photograph2.vue
View file @
5b893edd
...
...
@@ -33,7 +33,7 @@
if
(
this
.
$route
.
params
.
vform
)
this
.
vform
=
this
.
$route
.
params
.
vform
alert
(
this
.
vform
)
//
alert(this.vform)
return
this
.
type
=
this
.
$route
.
params
.
type
...
...
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