Commit 2a2d6265 authored by Mac's avatar Mac

1

parent 2f5c63b1
......@@ -12,7 +12,7 @@
<view class="box-name">{{item.name}}</view>
</view>
<view class="row">
<view class="boxtc-b-item" v-if="item.Age>0 && item.Authentication==0">{{item.Age}}</view>
<!-- <view class="boxtc-b-item" v-if="item.Age>0 && item.Authentication==0">{{item.Age}}</view> -->
<view class="boxtc-b-item" v-if="item.IDCardNo&& item.Authentication==1">{{item.IDCardNo}}</view>
</view>
</view>
......@@ -31,7 +31,7 @@
<u-tag v-if="item.Authentication==1" text="已认证" shape="circle" size='mini' style="margin-left: 5px;" mode="dark"/>
</view>
<view class="row">
<view class="boxtc-b-item" v-if="item.Age>0 && item.Authentication==0">{{item.Age}}</view>
<!-- <view class="boxtc-b-item" v-if="item.Age>0 && item.Authentication==0">{{item.Age}}</view> -->
<view class="boxtc-b-item" v-if="item.IDCardNo&& item.Authentication==1">{{item.IDCardNo}}</view>
<view class="boxtc-b-item" v-if="item.Education">{{item.Education}}</view>
<view class="boxtc-b-item" v-if="item.Height">{{item.Height}}cm</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment