提交 1fe9504e2c9de928294f704d5d6dcb085ae7d0fc

作者 pangy
1 个父辈 76043fc8

很无语的bug: wx:if="{{!child_edu_pre}}" 开发工具OK 手机不行

... ... @@ -70,9 +70,13 @@
70 70 <view class='divide_line_30'></view>
71 71 <template is="picker_cell_normal" data="{{...schoolCountryData}}" />
72 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 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 81 </view>
78 82 </view>
... ...
注册登录 后发表评论