deliveryTime.wxml 3.6 KB
<!--pages/my/deliveryTime/deliveryTime.wxml-->
  <view class='banner'>
    <view class='iconfont icon-fanhui' catchtap='get_my'></view>
    <view class='coupons'>选择配送时间</view>
  </view>
  <view class='time_quantum'>
    <view class='time_quantum_left'>
      <view class='time_center'>
        <view class='time_calendar'>03月29日</view>
        <view class='week'>星期五</view>
      </view>
    </view>
    <view class='time_quantum_right'>
      <view class='time_quantum_right_item'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item none_border'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item none_border'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
    </view>
  </view>
  <view class='time_quantum'>
    <view class='time_quantum_left'>
      <view class='time_center'>
        <view class='time_calendar'>03月29日</view>
        <view class='week'>星期五</view>
      </view>
    </view>
    <view class='time_quantum_right'>
      <view class='time_quantum_right_item'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item none_border'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item none_border'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
    </view>
  </view>
  <view class='time_quantum'>
    <view class='time_quantum_left'>
      <view class='time_center'>
        <view class='time_calendar'>03月29日</view>
        <view class='week'>星期五</view>
      </view>
    </view>
    <view class='time_quantum_right'>
      <view class='time_quantum_right_item'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item none_border'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
      <view class='time_quantum_right_item none_border'>
          <view class='time_quantum_right_item_time'>07:00~09:00</view>
          <view class='iconfont icon-weixuanzhong {{state?"active":""}}'></view>
      </view>
    </view>
  </view>