index.wxml 594 B

123456789101112
  1. <view class="global-card time-range" style='margin-bottom:0;' bindtap="openActionSheet">
  2. <view class='left'>
  3. <view class="iconfont {{iconName}}">{{language[title]||title}}</view>
  4. </view>
  5. <view class="right">
  6. <picker mode='date' value='{{value}}' fields='{{fields}}' start="{{start}}" end='{{end}}' style="width: 100%;" style="flex: 1;" bindchange='onChange'>
  7. <view style='color:#3874F6;'>{{value}}</view>
  8. </picker>
  9. <view class="iconfont icon-xiangxiazhankai" />
  10. </view>
  11. </view>
  12. <wxs src='../../utils/wxmlQueryPer.wxs' module="per" />