Commit 0be07502 authored by Mac's avatar Mac

1

parent 3b4015fc
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
<view class="pd-portrait-ct"> <view class="pd-portrait-ct">
<view class="pd-p-text" >{{dataList.Name?dataList.Name:'无'}}</view> <view class="pd-p-text" >{{dataList.Name?dataList.Name:'无'}}</view>
</view> </view>
<view class="pd-portrait-ct"> <view class="pd-portrait-ct" style="justify-content: space-between;align-items: center;">
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<view style="width: 40px;height: 15px;font-size: 10px;color: #555555;border-radius: 7px;border: 1px solid #999999;display: flex;align-items: center;justify-content: center;" v-if="dataList.IsAttestation==0"> <view style="width: 40px;height: 15px;font-size: 10px;color: #555555;border-radius: 7px;border: 1px solid #999999;display: flex;align-items: center;justify-content: center;" v-if="dataList.IsAttestation==0">
未认证 未认证
......
...@@ -347,22 +347,22 @@ ...@@ -347,22 +347,22 @@
pageSize:20, pageSize:20,
Sex:this.msg.Sex, Sex:this.msg.Sex,
Age:0, Age:0,
EndAge:100, EndAge:0,
Height:0, Height:0,
EndHeight:230, EndHeight:0,
Weight:0, Weight:0,
EndWeight:200, EndWeight:0,
YearMoney:0, YearMoney:0,
EndYearMoney:500, EndYearMoney:0,
CarInfo:0, CarInfo:0,
HouseInfo:0, HouseInfo:0,
EducationType:0, EducationType:0,
Marriage:0, Marriage:0,
} }
this.ages=[0,100];//年龄 this.ages=[0,0];//年龄
this.Heights=[0,230];//身高 this.Heights=[0,0];//身高
this.Weights=[0,200];//体重 this.Weights=[0,0];//体重
this.YearMoeys=[0,500];//年收入 this.YearMoeys=[0,0];//年收入
this.msg = data; this.msg = data;
this.data.list= []; this.data.list= [];
this.init(); this.init();
......
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