123
This commit is contained in:
parent
2fa7641c1b
commit
0074561699
@ -11,8 +11,6 @@ const goLink=()=>{
|
|||||||
<template>
|
<template>
|
||||||
<div class="content1">
|
<div class="content1">
|
||||||
<div class="wrap1">恭喜<span class="wrap1_1">{{submitReturnData.artistName}}</span>{{submitReturnData.gender===1?'先生':'女士'}}完成国展报名登记,报名日期为:{{submitReturnData.createdAt}}
|
<div class="wrap1">恭喜<span class="wrap1_1">{{submitReturnData.artistName}}</span>{{submitReturnData.gender===1?'先生':'女士'}}完成国展报名登记,报名日期为:{{submitReturnData.createdAt}}
|
||||||
|
|
||||||
|
|
||||||
<!-- 请在会场入口处使用身份识别(人像)进入展会,详情请查看官网已了解更多资讯--></div>
|
<!-- 请在会场入口处使用身份识别(人像)进入展会,详情请查看官网已了解更多资讯--></div>
|
||||||
<!-- <div class="wrap2" @click="goLink">前往:{{linkUrl}}</div>-->
|
<!-- <div class="wrap2" @click="goLink">前往:{{linkUrl}}</div>-->
|
||||||
</div>
|
</div>
|
||||||
@ -23,7 +21,6 @@ const goLink=()=>{
|
|||||||
margin-bottom: 340px;
|
margin-bottom: 340px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 333px;
|
width: 333px;
|
||||||
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 23px 34px 28px;
|
padding: 23px 34px 28px;
|
||||||
|
@ -50,11 +50,8 @@ const cardFace = async (img, num) => {
|
|||||||
idCardInfo.value.issueDate=res.data.issueDate
|
idCardInfo.value.issueDate=res.data.issueDate
|
||||||
}
|
}
|
||||||
}else if (res.status === 1) {
|
}else if (res.status === 1) {
|
||||||
if(Num.value===0){
|
iDCardImage.value.front=''
|
||||||
iDCardImage.value.front=''
|
iDCardImage.value.back=''
|
||||||
}else if(Num.value===1){
|
|
||||||
iDCardImage.value.back=''
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user