Commit a7c96860 by 陈玉桐

生日起始日期

parent bee71574
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<!-- 生日 --> <!-- 生日 -->
<view class="childInfoListItem"> <view class="childInfoListItem">
<view class="childInfoListItemTitle"><text>* </text>生日</view> <view class="childInfoListItemTitle"><text>* </text>生日</view>
<picker mode="date" value="{{date}}" start="1990-09-01" end="{{ednDate}}" bindchange="bindDateChange"> <picker mode="date" value="{{date}}" start="1960-01-01" end="{{ednDate}}" bindchange="bindDateChange">
<view class="birthdaypPicker rightInput"> <view class="birthdaypPicker rightInput">
{{date}} {{date}}
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment