| 1 |
- <view id="accessApplication" class="data-v-6c04a5fb"><view data-event-opts="{{[['tap',[['goFaceImage',['$event']]]]]}}" class="button-max-box data-v-6c04a5fb" bindtap="__e"><image src="{{$root.m0}}" class="_img data-v-6c04a5fb"></image><view class="data-v-6c04a5fb">身份验证</view><view class="{{['data-v-6c04a5fb',!identifyType?'colorA':'marginType']}}">{{!identifyType?'去认证':'已认证'}}</view><block wx:if="{{!identifyType}}"><image src="{{$root.m1}}" class="_img data-v-6c04a5fb"></image></block></view><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="for-box data-v-6c04a5fb"><block wx:if="{{!item.url}}"><view data-event-opts="{{[['tap',[['selectImage',[index]]]]]}}" class="button-view data-v-6c04a5fb" bindtap="__e">+ 添加</view></block><block wx:else><image src="{{item.url}}" data-event-opts="{{[['tap',[['selectImage',[index]]]]]}}" bindtap="__e" class="_img data-v-6c04a5fb"></image></block><view class="for-title data-v-6c04a5fb">{{item.materialName}}</view></view></block><view class="null-p data-v-6c04a5fb"></view><view data-event-opts="{{[['tap',[['accessReview',['$event']]]]]}}" class="bottom-button-view data-v-6c04a5fb" bindtap="__e">提交</view></view>
|