deliveryTime.wxml
3.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!--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>