提交 eb1c24b5c01e2181fd1a567b091690e94e80431a

作者 wangyu
1 个父辈 d367af11

yh

@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
24 <view wx:if="{{itemData.addition_category=='continuing_education'&&itemData.detail_items.length>0}}" style='padding:20rpx'> 24 <view wx:if="{{itemData.addition_category=='continuing_education'&&itemData.detail_items.length>0}}" style='padding:20rpx'>
25 <view wx:for="{{itemData.majors}}" wx:key="" wx:for-item="major"> 25 <view wx:for="{{itemData.majors}}" wx:key="" wx:for-item="major">
26 <view wx:if="{{index==0}}"> 26 <view wx:if="{{index==0}}">
27 - <text wx:if='{{itemData.majors.length>1}}' style='font-size:28rpx;color:#666'>学历教育 ({{itemData.majors.length}})</text> 27 + <text wx:if='{{itemData.majors.length>1}}' style='font-size:28rpx;color:#666'>学历(学位)继续教育 ({{itemData.majors.length}})</text>
28 <text wx:else style='font-size:28rpx;color:#666'>学历教育</text> 28 <text wx:else style='font-size:28rpx;color:#666'>学历教育</text>
29 <view style='width:100%;display:flex;flex-direction:row '> 29 <view style='width:100%;display:flex;flex-direction:row '>
30 <view class='float_left' style='flex:1'> 30 <view class='float_left' style='flex:1'>
@@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
40 </view> 40 </view>
41 <view wx:for="{{itemData.professions}}" wx:key="" wx:for-item="profession"> 41 <view wx:for="{{itemData.professions}}" wx:key="" wx:for-item="profession">
42 <view wx:if="{{index==0}}"> 42 <view wx:if="{{index==0}}">
43 - <text wx:if='{{itemData.professions.length>1}}' style='font-size:28rpx;color:#666'>非学历教育 ({{itemData.professions.length}})</text> 43 + <text wx:if='{{itemData.professions.length>1}}' style='font-size:28rpx;color:#666'>职业资格继续教育 ({{itemData.professions.length}})</text>
44 <text wx:else style='font-size:28rpx;color:#666'>非学历教育</text> 44 <text wx:else style='font-size:28rpx;color:#666'>非学历教育</text>
45 <text style='font-size:28rpx;color:#666' hidden='{{profession.detail_count<2}}'>({{profession.detail_count}})</text> 45 <text style='font-size:28rpx;color:#666' hidden='{{profession.detail_count<2}}'>({{profession.detail_count}})</text>
46 <view style='width:100%;display:flex;flex-direction:row '> 46 <view style='width:100%;display:flex;flex-direction:row '>
注册登录 后发表评论