You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
875 B
17 lines
875 B
2 years ago
|
<!--subpages/OCRCard/pages/index/index.wxml-->
|
||
|
<view class="header">
|
||
|
<image class="header-bg" src="../../image/headerBg.png" mode="widthFix" />
|
||
|
<image src="../../../../images/back.png" class="back" bind:tap="back" style=" top: {{statusHeight}}px;width: 50rpx;height: 50rpx;" bindtap="back" mode=""/>
|
||
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
|
||
|
身份证识别
|
||
|
</view>
|
||
|
</view>
|
||
|
<view class="body">
|
||
|
<image src="../../../../images/card.png" mode=""/>
|
||
|
<view>
|
||
|
<b>身份识别:</b>是在居民出示身份证原件或图片的场合下,通过OCR技术拍摄识别身份证信息。
|
||
|
</view>
|
||
|
<ocr-navigator bind:onSuccess="cardSuccess" certificateType="idCard" opposite="{{false}}" class="ocr">
|
||
|
<button hover-class="color">开始识别</button>
|
||
|
</ocr-navigator>
|
||
|
</view>
|