nochildren.wxml 3.8 KB
<view class="pre_bac">
  <view class="write_pre">请填写预产期</view>
  <view class="predict_date_item">
    <view class="predict_date" bindtap="know">
     <view class="konwpredate" style="font-weight:bold" wx:if="{{chan}}">我知道自己的预产期</view>
      <view class="konwpredate" wx:else>我知道自己的预产期</view>
     
      <view class="know" >
        <view class="konwpredate_img" wx:if="{{knowpredict==true}}">
          <image src="http://bronet.ibaby88.cn/bicon41@2x.png"></image>
        </view>
        <view class="konwpredate_img" wx:else>
          <image src="http://bronet.ibaby88.cn/bicon42@2x.png"></image>
        </view>
      </view>

    </view>

    <view class="yuchan" wx:if="{{chan}}">
     <view class="enter_predit">输入预产期</view>
    <picker mode="date" value="{{date}}" start="2015年09月01日" end="2027年09月                  01日" bindchange="bindDateChange" disabled="{{knowdisabled}}">
      <view class="select_date">

        <view class="select_date_left">
          <view class="select_date_img">
            <image src="http://bronet.ibaby88.cn/bicon38@2x.png"></image>
          </view>
          <!-- <view class="select_date_text">2019-08-05</view> -->


          <view class="picker commentlsit_date select_date_text">
            {{childbirth_date}}
          </view>

        </view>

        <view class="select_date_row">
          <image src="http://bronet.ibaby88.cn/bicon40@2x.png"></image>
        </view>
      </view>
    </picker>
    </view>
   
  </view>
  <view class="predict_date_item">
    <view class="predict_date" bindtap="dontknow">
     <view class="konwpredate" style="font-weight:bold" wx:if="{{nochan}}">不知道,帮我算算吧</view>
      <view class="konwpredate" wx:else>不知道,帮我算算吧</view>

     
      <view class="dontkonw" >
        <view class="konwpredate_img" wx:if="{{dontknowpredict==true}}">
          <image src="http://bronet.ibaby88.cn/bicon41@2x.png"></image>
        </view>
        <view class="konwpredate_img" wx:else>
          <image src="http://bronet.ibaby88.cn/bicon42@2x.png"></image>
        </view>
      </view>

    </view>

    <view class="nochan" wx:if="{{nochan}}">
       <view class="enter_predit">末次月经日期</view>

    <picker mode="date" value="{{date}}" start="2015年09月01日" end="2027年09月                  01日" bindchange="bindmonthDateChange" disabled="{{dontkonwdisabled}}">
      <view class="select_date">
        <view class="select_date_left">
          <view class="select_date_img">
            <image src="http://bronet.ibaby88.cn/bicon38@2x.png"></image>
          </view>
          <!-- <view class="select_date_text">2019-08-05</view> -->
          <view class="picker commentlsit_date select_date_text">
            {{month_date}}
          </view>
        </view>

        <view class="select_date_row">
          <image src="http://bronet.ibaby88.cn/bicon40@2x.png"></image>
        </view>
      </view>
    </picker>
    <view class="enter_predit">月经周期天数</view>

    <picker bindchange="bindmontharryrChange" value="{{monthday_index}}" range="{{monthdayArray}}" disabled="{{monthdisabled}}">
      <view class="select_date">
        <view class="select_date_left">
          <view class="select_date_img">
            <image src="http://bronet.ibaby88.cn/bicon39@2x.png"></image>
          </view>
          <!-- <view class="select_date_text">2019-08-05</view> -->
          <view class="picker select_date_text">
            {{monthdayArray[monthday_index]}}天
          </view>
        </view>

        <view class="select_date_row">
          <image src="http://bronet.ibaby88.cn/bicon40@2x.png"></image>
        </view>
      </view>
    </picker>
    
    </view>
 
  </view>
</view>
<view class="nextstep" bindtap="nextstep">下一步</view>