提交 cd044913060731248a09cdc61cfe9d6bfe8b4cd3

作者 pangy
1 个父辈 9ac8fe4c

学前教育逻辑 1:非必填

... ... @@ -71,8 +71,8 @@
71 71 <template is="picker_cell_normal" data="{{...schoolCountryData}}" />
72 72 <view class='divide_line_30'></view>
73 73 <view style='height:90rpx'>
74   - <text class='red_star_right_10'>*</text>
75   - <text class='text_777_30 float_left'>就读学校名称</text>
  74 + <text wx:if="{{!child_edu_pre}}" class='red_star_right_10'>*</text>
  75 + <text class="text_777_30 float_left {{child_edu_pre==true?'head_in':''}}">就读学校名称</text>
76 76 <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入就读学校' name='school_name' value='{{school_name}}'></input>
77 77 </view>
78 78 </view>
... ...
注册登录 后发表评论