提交 0d9e5a8a342e2e0e85a654761bcdcc1f6ef64e8b

作者 wangyu
1 个父辈 f854be17

优化

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