提交 1fe9504e2c9de928294f704d5d6dcb085ae7d0fc
1 个父辈
76043fc8
很无语的bug: wx:if="{{!child_edu_pre}}" 开发工具OK 手机不行
正在显示
1 个修改的文件
包含
7 行增加
和
3 行删除
@@ -70,9 +70,13 @@ | @@ -70,9 +70,13 @@ | ||
70 | <view class='divide_line_30'></view> | 70 | <view class='divide_line_30'></view> |
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'> | ||
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> | 73 | + <view wx:if="{{child_edu_pre}}" style='height:90rpx'> |
74 | + <text class="text_777_30 float_left head_in}}">就读学校名称</text> | ||
75 | + <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 | + </view> | ||
77 | + <view wx:if="{{!child_edu_pre}}" style='height:90rpx'> | ||
78 | + <text class='red_star_right_10'>*</text> | ||
79 | + <text class="text_777_30 float_left}">就读学校名称</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> | 80 | <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> | 81 | </view> |
78 | </view> | 82 | </view> |
请
注册
或
登录
后发表评论