提交 b508f5440392861d9c045b70615dcda7f59c9db7

作者 wangyu
2 个父辈 94bd6ee8 0d9e5a8a

Merge branch 'dev_wy' into 机器人dev

... ... @@ -52,7 +52,7 @@
52 52 <text class='text_left'>受教育时间止</text>
53 53 <text class='text_right_333'>{{datas.education_end}}</text>
54 54 </view>
55   - <view wx:if="{{datas.education_end&&datas.education_end.length>1}}" style='height:90rpx;width:100%;clear:both;'>
  55 + <view wx:if="{{datas.education_period_end&&datas.education_period_end.length>1}}" style='height:90rpx;width:100%;clear:both;'>
56 56 <text class='text_left'>教育终止时间</text>
57 57 <text class='text_right_333'>{{datas.education_period_end}}</text>
58 58 </view>
... ...
注册登录 后发表评论