birthday.wxml 502 B

12345678910111213
  1. <view>
  2. <navbar page-name="随时随地 月嫂+" back-home="true"></navbar>
  3. <view class="birthday_title">填写您宝宝的生日</view>
  4. <view class="birthday-box">
  5. <picker mode="date" value="{{date}}" end="{{endate}}" bindchange="bindDateChange">
  6. <view class="picker">
  7. {{date}}
  8. </view>
  9. <image class="picker_icon" src="https://yuesuo.yueguanjia.com/MiniProgram/images/down.png"></image>
  10. </picker>
  11. </view>
  12. <view class="botbutton" bindtap="gomine">开启孕迹之旅</view>
  13. </view>