37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
<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="yinshua"
|
|
class="img001_002"
|
|
mode="aspectFill"
|
|
src="{{src}}"
|
|
></image>
|
|
</view>
|
|
<button bindtap="shibie_1" class="search-button">拍照 / 相册</button>
|
|
<button class="search-button" openType="share">送给小伙伴</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>
|
|
<view class="kongge"></view>
|
|
</view>
|
|
<import src="../footer/footer.wxml"></import>
|
|
<template is="item" data="{{text:'forbar'}}"></template>
|