提交 eb1c24b5c01e2181fd1a567b091690e94e80431a

作者 wangyu
1 个父辈 d367af11

yh

... ... @@ -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 '>
... ...
注册登录 后发表评论