正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -71,8 +71,8 @@ | @@ -71,8 +71,8 @@ | ||
| 71 | <template is="picker_cell_normal" data="{{...schoolCountryData}}" /> | 71 | <template is="picker_cell_normal" data="{{...schoolCountryData}}" /> |
| 72 | <view class='divide_line_30'></view> | 72 | <view class='divide_line_30'></view> |
| 73 | <view style='height:90rpx'> | 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 | <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> | 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 | </view> | 77 | </view> |
| 78 | </view> | 78 | </view> |
请
注册
或
登录
后发表评论