25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
<import src="../footer/footer.wxml"></import>
|
|
<view class="page-view">
|
|
<view class="top-title">
|
|
<text class="top-title-b">汽车行驶证识别</text>
|
|
<text class="top-title-l">请拍照/上传清晰行驶证照片</text>
|
|
</view>
|
|
<view class="top-box">
|
|
<image bindtap="shibie_1" class="img001_002" mode="widthFix" src="{{src}}"></image>
|
|
</view>
|
|
<button bindtap="shibie_1" class="search-button">拍照 / 相册</button>
|
|
<view wx:if="{{show==1}}">
|
|
<view class="shibie_01" wx:if="{{result_1['住址']}}">
|
|
<text class="shuoming" style="{{ding}}">~戳文字可进行复制~</text>
|
|
<view wx:for="{{result_1}}" wx:key="{{index}}">
|
|
<text bindtap="deletewenzi" class="xia" data-index="{{index}}" data-words="{{item.words}}">{{index}}:{{item.words}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="shibie_01" wx:else>
|
|
<text class="xia">未找识别到信息</text>
|
|
</view>
|
|
</view>
|
|
<template is="item" data="{{text:'forbar'}}"></template>
|
|
<view class="kongge"></view>
|
|
</view>
|