正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | <view wx:if="{{itemData.addition_category=='continuing_education'&&itemData.detail_items.length>0}}" style='padding:20rpx'> |
25 | 25 | <view wx:for="{{itemData.majors}}" wx:key="" wx:for-item="major"> |
26 | 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 | 28 | <text wx:else style='font-size:28rpx;color:#666'>学历教育</text> |
29 | 29 | <view style='width:100%;display:flex;flex-direction:row '> |
30 | 30 | <view class='float_left' style='flex:1'> |
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 | </view> |
41 | 41 | <view wx:for="{{itemData.professions}}" wx:key="" wx:for-item="profession"> |
42 | 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 | 44 | <text wx:else style='font-size:28rpx;color:#666'>非学历教育</text> |
45 | 45 | <text style='font-size:28rpx;color:#666' hidden='{{profession.detail_count<2}}'>({{profession.detail_count}})</text> |
46 | 46 | <view style='width:100%;display:flex;flex-direction:row '> | ... | ... |
请
注册
或
登录
后发表评论