|
|
@@ -39,30 +39,32 @@
|
|
|
<view class="user-info-t flex">
|
|
|
|
|
|
<view class="info-item-b">
|
|
|
- 年龄: {{cardInfo.age|| '暂无'}}
|
|
|
+ 年龄:{{cardInfo.age|| '暂无'}}
|
|
|
</view>
|
|
|
<view class="info-item-b">
|
|
|
属相: {{cardInfo.twelve|| '暂无'}}
|
|
|
</view>
|
|
|
<view class="info-item-b">
|
|
|
- 从业: {{(cardInfo.work_year + '年')|| '暂无'}}
|
|
|
+ 从业:{{(cardInfo.work_year + '年')|| '暂无'}}
|
|
|
</view>
|
|
|
<view class="info-item-b">
|
|
|
- 星座: {{cardInfo.constellation.replace('座','') || '暂无'}}
|
|
|
+ 星座:{{cardInfo.constellation.replace('座','') || '暂无'}}
|
|
|
</view>
|
|
|
<!-- <view class="info-item-b">
|
|
|
职业: {{cardInfo.user_work_type_title || '暂无'}}
|
|
|
</view> -->
|
|
|
<view class="info-item-b">
|
|
|
- 籍贯: {{cardInfo.ancestral_place || '暂无'}}
|
|
|
+ 籍贯:{{cardInfo.ancestral_place || '暂无'}}
|
|
|
</view>
|
|
|
<view class="info-item-b">
|
|
|
- 民族: {{cardInfo.minority || '暂无'}}
|
|
|
+ 民族:{{cardInfo.minority || '暂无'}}
|
|
|
</view>
|
|
|
<view class="info-item-b">
|
|
|
- 学历: {{cardInfo.education || '暂无'}}
|
|
|
+ 学历:{{cardInfo.education || '暂无'}}
|
|
|
+ </view>
|
|
|
+ <view class="info-item-b">
|
|
|
+ 服务次数:{{cardInfo.service_count || '0'}}
|
|
|
</view>
|
|
|
-
|
|
|
</view>
|
|
|
<view class="user-info flex">
|
|
|
<view class="info-item-q flex" style="align-items: flex-start;">
|
|
|
@@ -247,7 +249,8 @@
|
|
|
'https://api.myjie.cn/resource/user/user2/fw7.png',
|
|
|
'https://api.myjie.cn/resource/user/user2/fw8.png'
|
|
|
],
|
|
|
- is_type_audit: 1
|
|
|
+ is_type_audit: 1,
|
|
|
+ service_count: 0
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -505,6 +508,8 @@
|
|
|
padding-top: 10rpx;
|
|
|
padding-left: 18rpx;
|
|
|
text-align: justify;
|
|
|
+ word-wrap: break-word;
|
|
|
+ white-space: pre-line;
|
|
|
}
|
|
|
|
|
|
}
|