Commit 168e2c0b authored by Mac's avatar Mac

1

parent 3814456e
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</view> </view>
<view style="font-size: 17px;color:#111111;font-weight: bold;">请上传身份证正反面</view> <view style="font-size: 17px;color:#111111;font-weight: bold;">请上传身份证正反面</view>
<view style="font-size: 11px;color:#888;">注:身份证正反面没上传无法发布朋友圈和拼拼Plus!</view> <view style="font-size: 11px;color:#FF4048;">注:身份证正反面没上传无法发布朋友圈和拼拼Plus!</view>
<view class="sfz"> <view class="sfz">
<view> <view>
<view class="sfz-l-title">头像面</view> <view class="sfz-l-title">头像面</view>
......
...@@ -41,7 +41,8 @@ ...@@ -41,7 +41,8 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
height: 44px; /* height: 44px; */
line-height: 34px;
padding: 0 10px; padding: 0 10px;
} }
.persondetails .headStatus .title { .persondetails .headStatus .title {
...@@ -429,6 +430,7 @@ ...@@ -429,6 +430,7 @@
<rich-text v-if="dataList.SingleReason!=''" :nodes="dataList.SingleReason" style="font-size: 12px;color: #000;"></rich-text> <rich-text v-if="dataList.SingleReason!=''" :nodes="dataList.SingleReason" style="font-size: 12px;color: #000;"></rich-text>
</u-read-more> </u-read-more>
</view> </view>
<view class="pd-title">希望的TA是...</view> <view class="pd-title">希望的TA是...</view>
...@@ -438,6 +440,11 @@ ...@@ -438,6 +440,11 @@
<rich-text v-if="dataList.HopeYou!=''" :nodes="dataList.HopeYou" style="font-size: 12px;color: #000;"></rich-text> <rich-text v-if="dataList.HopeYou!=''" :nodes="dataList.HopeYou" style="font-size: 12px;color: #000;"></rich-text>
</u-read-more> </u-read-more>
</view> </view>
<view class="pd-title">约会档期</view>
<view class="pd-abouthim">
<view>时间:{{dataList.Appointment!=''?dataList.Appointment:'无'}}</view>
<view style="margin-top: 5px;">地点:{{dataList.AppointmentAddress!=''?dataList.AppointmentAddress:'无'}}</view>
</view>
<view style="font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;" v-if="mall_UserInfo.UserId == dataList.Id">身份证正反面</view> <view style="font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;" v-if="mall_UserInfo.UserId == dataList.Id">身份证正反面</view>
<view class="sfz" v-if="mall_UserInfo.UserId == dataList.Id"> <view class="sfz" v-if="mall_UserInfo.UserId == dataList.Id">
<view> <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