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.
44 lines
2.0 KiB
44 lines
2.0 KiB
<view class="page">
|
|
<wux-select id="wux-select" />
|
|
<import src="../user_moudle.wxml"></import>
|
|
<template is="user_head" data="{{detailsData}}"></template>
|
|
<view class="common_title">历史认证</view>
|
|
<view class="common_divider"></view>
|
|
<view class="pending_flex common_line_height">
|
|
<view class="common_defalt_font">{{"累计提交认证"}}</view>
|
|
<view class="common_text" bindtap="authenticationHistory">
|
|
{{"通过"+detailsData.authenticateHistory.totalPassSubmitNum+"次 不通过"+detailsData.authenticateHistory.totalFailNum+"次"}}>
|
|
</view>
|
|
</view>
|
|
<view class="common_thick_line"></view>
|
|
<view class="common_title">其他信息</view>
|
|
<view class="common_divider"></view>
|
|
<view class="pending_flex common_line_height">
|
|
<view class="common_defalt_font">审核</view>
|
|
<view class="common_text" bindtap="onSelectLinisting">{{authenticatedFlagValue}}</view>
|
|
</view>
|
|
<view class="common_divider"></view>
|
|
<view wx:if="{{authenticatedFlag==0}}">
|
|
<view class="_textarea-view {{isBlock?'block':'none'}}" bindtap="clickTextarea" wx:if="{{viewData}}">{{viewData}}</view>
|
|
|
|
<view class="textarea-view {{isBlock?'block':'none'}}" bindtap="clickTextarea" wx:else>请输入原因</view>
|
|
|
|
<textarea class="{{isBlock?'none':'block'}}" placeholder-class="place-holder" placeholder="请输入原因" bind:input="handleAreaInput" bind:blur="getRemark" maxlength="500" focus='{{focus}}'/>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="common_thick_line"></view>
|
|
<view class="common_title">扫码网格</view>
|
|
<view wx:for="{{detailsData.gridList}}" class="certification_details">
|
|
<text class="certification_details__text">{{item.completeName}}</text>
|
|
</view>
|
|
<view class="login-btn">
|
|
<view class="buttons btn-size" bindtap="handleAuti">
|
|
<view class="btn_label btn-size">确定</view>
|
|
<image class="ic_btn btn-size" src="https://epdc-yushan.elinkservice.cn/files-pro/20210610/9341ccd7efeb4b938f3f9039e0c31e59.png"></image>
|
|
<button class="btn btn-size"></button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<wux-toast id="wux-toast" />
|