nochildren.wxml
3.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<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>