Commit 46b40b60 authored by limeimei's avatar limeimei

修改访客

parent 957c7069
Pipeline #2069 canceled with stages
......@@ -12,7 +12,7 @@
<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>姓名:<span style="color: #666666;">{{info.name}}</span></div>
<div>身份证号:<span style="color: #666666;">{{info.idNo}}</span></div>
......@@ -21,7 +21,7 @@
</div>
</div>
<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>姓名:<span style="color: #666666;">{{info.name}}</span></div>
<div>性别:<span style="color: #666666;">{{info.sex}}</span></div>
......
......@@ -62,7 +62,15 @@
},
// 身份证
verify() {
this.$router.push({
name: "success",
params: {
info: JSON.stringify({ name: '陈雨玲', nation: "汉", sex: '女', idnumber: '440514200006230010', address: '广东省汕头市潮南区' }),
type: 0,
},
});
return;
var res = AppInterface.readIdCard();
if (res) {
......
......@@ -70,7 +70,7 @@
},
toNext() {
if (this.imgSrc == '') {
alert('请先拍照')
this.$message.error('请先拍照')
return
}
......
......@@ -142,21 +142,21 @@
.content_title2 {
color: #416CCC;
font-size: 75px;
font-size: 62px;
}
.content_btns {
display: flex;
margin-top: 85px;
margin-top: 105px;
}
.content_btn {
width: 192px;
height: 239px;
width: 172px;
height: 219px;
background: linear-gradient(136deg, #65DCAC 0%, #4DA8D5 100%);
border-radius: 10px 10px 10px 10px;
opacity: 1;
padding: 33px;
padding: 20px;
cursor: pointer;
}
......@@ -167,10 +167,10 @@
}
.auth_img_left {
width: 114px;
height: 120px;
width: 104px;
height: 110px;
float: right;
margin-top: 81px;
margin-top: 71px;
}
.content_text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment