Commit dd7550a0 authored by 周亚武's avatar 周亚武

增加事项

parent 95765e7a
...@@ -62,6 +62,14 @@ ...@@ -62,6 +62,14 @@
</div> </div>
</div> </div>
<!-- 图片框 -->
<div class="right">
<div class="rightFrame">
<img class="imgFrame" src="../../assets/images/filebox.png">
<div class="fileName" id="imgName" >{{notice}}</div>
</div>
</div>
</div> </div>
</template> </template>
...@@ -114,6 +122,7 @@ export default{ ...@@ -114,6 +122,7 @@ export default{
highCameraImgParameter:{//获取高拍仪照片 highCameraImgParameter:{//获取高拍仪照片
callback: "HighCameraCallback" callback: "HighCameraCallback"
}, },
notice : '',
count:0, count:0,
personName:'', personName:'',
sex:'', sex:'',
...@@ -152,6 +161,15 @@ export default{ ...@@ -152,6 +161,15 @@ export default{
//只需要扫描身份证 关闭高拍仪 //只需要扫描身份证 关闭高拍仪
this.isOpenHighCamera = false; this.isOpenHighCamera = false;
} }
if(this.formIndex == 1 || this.formIndex == 2 || this.formIndex == 3 || this.formIndex == 4){
this.imgFrames.push({'imgSrc': require('../../assets/images/filebox.png')});
this.notice = '营业执照';
}
if(this.formIndex == 16 || this.formIndex == 17 || this.formIndex == 18 || this.formIndex == 19 || this.formIndex == 20){
this.imgFrames.push({'imgSrc': require('../../assets/images/filebox.png')});
this.notice = '不动产证';
}
this.pageInfo(this.curPage,this.num); this.pageInfo(this.curPage,this.num);
......
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