index.wxml 411 B

1234567
  1. <!--components/diy-date/index.wxml-->
  2. <picker mode="date" value="{{date}}" start="2008-09-01" end="2050-09-01" bindchange="bindDateChange">
  3. <view class="picker">
  4. <view style="font-size: {{txtfontsize}}rpx; color:{{txtcolor}};margin: {{txtmargin}};">{{txt}}</view>
  5. <view style="font-size: {{datefontsize}}rpx; color:{{datecolor}};margin: {{datemargin}};">{{date}}</view>
  6. </view>
  7. </picker>