48
|
22
|
<div class="weui_cell_bd weui_cell_primary">
|
|
|
@@ -51,15 +25,12 @@
|
51
|
25
|
</div>
|
52
|
26
|
<div id="model_radio" class="weui_cells weui_cells_radio radio_cells">
|
53
|
27
|
{% for model in models %}
|
54
|
|
- <label class="weui_cell weui_check_label" for="{{ model.model_id }}">
|
55
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
56
|
|
- <li type="circle">{{ model.model_name }}</li>
|
57
|
|
- </div>
|
58
|
|
- <div class="weui_cell_ft">
|
59
|
|
- <input type="radio" class="weui_check" name="model" id="{{ model.model_id }}" value="{{ model.model_id }}" {% if forloop.first %}checked="checked"{% endif %}>
|
60
|
|
- <span class="weui_icon_checked"></span>
|
61
|
|
- </div>
|
62
|
|
- </label>
|
|
28
|
+ <div>
|
|
29
|
+ <input type="radio" class="weui_check" name="model" id="{{ model.model_id }}" value="{{ model.model_id }}" {% if forloop.first %}checked="checked"{% endif %}>
|
|
30
|
+ <label class="weui_cell weui_check_label quartern" for="{{ model.model_id }}">
|
|
31
|
+ <div class="weui_cell_bd weui_cell_primary">{{ model.model_name }}</div>
|
|
32
|
+ </label>
|
|
33
|
+ </div>
|
63
|
34
|
{% endfor %}
|
64
|
35
|
</div>
|
65
|
36
|
<div class="weui_cell">
|
|
|
@@ -69,42 +40,30 @@
|
69
|
40
|
</div>
|
70
|
41
|
</div>
|
71
|
42
|
<div id="mount_radio" class="weui_cells weui_cells_radio radio_cells">
|
72
|
|
- <label class="weui_cell weui_check_label" for="e">
|
73
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
74
|
|
- <li type="circle">E</li>
|
75
|
|
- </div>
|
76
|
|
- <div class="weui_cell_ft">
|
77
|
|
- <input type="radio" class="weui_check" name="mount" id="e" value="E" checked="checked">
|
78
|
|
- <span class="weui_icon_checked"></span>
|
79
|
|
- </div>
|
80
|
|
- </label>
|
81
|
|
- <label class="weui_cell weui_check_label" for="n">
|
82
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
83
|
|
- <li type="circle">N</li>
|
84
|
|
- </div>
|
85
|
|
- <div class="weui_cell_ft">
|
86
|
|
- <input type="radio" class="weui_check" name="mount" id="n" value="N">
|
87
|
|
- <span class="weui_icon_checked"></span>
|
88
|
|
- </div>
|
89
|
|
- </label>
|
90
|
|
- <label class="weui_cell weui_check_label" for="s">
|
91
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
92
|
|
- <li type="circle">S</li>
|
93
|
|
- </div>
|
94
|
|
- <div class="weui_cell_ft">
|
95
|
|
- <input type="radio" class="weui_check" name="mount" id="s" value="S">
|
96
|
|
- <span class="weui_icon_checked"></span>
|
97
|
|
- </div>
|
98
|
|
- </label>
|
99
|
|
- <label class="weui_cell weui_check_label" for="p">
|
100
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
101
|
|
- <li type="circle">P</li>
|
102
|
|
- </div>
|
103
|
|
- <div class="weui_cell_ft">
|
104
|
|
- <input type="radio" class="weui_check" name="mount" id="p" value="P">
|
105
|
|
- <span class="weui_icon_checked"></span>
|
106
|
|
- </div>
|
107
|
|
- </label>
|
|
43
|
+ <div>
|
|
44
|
+ <input type="radio" class="weui_check" name="mount" id="e" value="E" checked="checked">
|
|
45
|
+ <label class="weui_cell weui_check_label quartern" for="e">
|
|
46
|
+ <div class="weui_cell_bd weui_cell_primary">E</div>
|
|
47
|
+ </label>
|
|
48
|
+ </div>
|
|
49
|
+ <div>
|
|
50
|
+ <input type="radio" class="weui_check" name="mount" id="n" value="N">
|
|
51
|
+ <label class="weui_cell weui_check_label quartern" for="n">
|
|
52
|
+ <div class="weui_cell_bd weui_cell_primary">N</div>
|
|
53
|
+ </label>
|
|
54
|
+ </div>
|
|
55
|
+ <div>
|
|
56
|
+ <input type="radio" class="weui_check" name="mount" id="s" value="S">
|
|
57
|
+ <label class="weui_cell weui_check_label quartern" for="s">
|
|
58
|
+ <div class="weui_cell_bd weui_cell_primary">S</div>
|
|
59
|
+ </label>
|
|
60
|
+ </div>
|
|
61
|
+ <div>
|
|
62
|
+ <input type="radio" class="weui_check" name="mount" id="p" value="P">
|
|
63
|
+ <label class="weui_cell weui_check_label quartern" for="p">
|
|
64
|
+ <div class="weui_cell_bd weui_cell_primary">P</div>
|
|
65
|
+ </label>
|
|
66
|
+ </div>
|
108
|
67
|
</div>
|
109
|
68
|
<div class="weui_cell">
|
110
|
69
|
<div class="weui_cell_hd"><label for="" class="weui_label">机身码</label></div>
|
|
|
@@ -129,15 +88,6 @@
|
129
|
88
|
<input id="name" class="weui_input" type="text" value="" placeholder="请输入消费者姓名">
|
130
|
89
|
</div>
|
131
|
90
|
</div>
|
132
|
|
-{# <div class="weui_cell weui_cell_select weui_select_after">#}
|
133
|
|
-{# <div class="weui_cell_hd"><label for="" class="weui_label">性别</label></div>#}
|
134
|
|
-{# <div class="weui_cell_bd weui_cell_primary">#}
|
135
|
|
-{# <select id="sex" class="weui_select" name="select">#}
|
136
|
|
-{# <option value="1">男</option>#}
|
137
|
|
-{# <option value="0">女</option>#}
|
138
|
|
-{# </select>#}
|
139
|
|
-{# </div>#}
|
140
|
|
-{# </div>#}
|
141
|
91
|
<div class="weui_cell">
|
142
|
92
|
<div class="weui_cell_hd"><label for="" class="weui_label">性别</label></div>
|
143
|
93
|
<div class="weui_cell_bd weui_cell_primary">
|
|
|
@@ -145,37 +95,19 @@
|
145
|
95
|
</div>
|
146
|
96
|
</div>
|
147
|
97
|
<div id="sex_radio" class="weui_cells weui_cells_radio radio_cells">
|
148
|
|
- <label class="weui_cell weui_check_label" for="male">
|
149
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
150
|
|
- <li type="circle">先生</li>
|
151
|
|
- </div>
|
152
|
|
- <div class="weui_cell_ft">
|
153
|
|
- <input type="radio" class="weui_check" name="sex" id="male" value="1" checked="checked">
|
154
|
|
- <span class="weui_icon_checked"></span>
|
155
|
|
- </div>
|
156
|
|
- </label>
|
157
|
|
- <label class="weui_cell weui_check_label" for="female">
|
158
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
159
|
|
- <li type="circle">女士</li>
|
160
|
|
- </div>
|
161
|
|
- <div class="weui_cell_ft">
|
162
|
|
- <input type="radio" class="weui_check" name="sex" id="female" value="0">
|
163
|
|
- <span class="weui_icon_checked"></span>
|
164
|
|
- </div>
|
165
|
|
- </label>
|
|
98
|
+ <div>
|
|
99
|
+ <input type="radio" class="weui_check" name="sex" id="male" value="1" checked="checked">
|
|
100
|
+ <label class="weui_cell weui_check_label quartern" for="male">
|
|
101
|
+ <div class="weui_cell_bd weui_cell_primary">先生</div>
|
|
102
|
+ </label>
|
|
103
|
+ </div>
|
|
104
|
+ <div>
|
|
105
|
+ <input type="radio" class="weui_check" name="sex" id="female" value="0">
|
|
106
|
+ <label class="weui_cell weui_check_label quartern" for="female">
|
|
107
|
+ <div class="weui_cell_bd weui_cell_primary">女士</div>
|
|
108
|
+ </label>
|
|
109
|
+ </div>
|
166
|
110
|
</div>
|
167
|
|
-{# <div class="weui_cell weui_cell_select weui_select_after">#}
|
168
|
|
-{# <div class="weui_cell_hd"><label for="" class="weui_label">年龄</label></div>#}
|
169
|
|
-{# <div class="weui_cell_bd weui_cell_primary">#}
|
170
|
|
-{# <select id="age" class="weui_select" name="select">#}
|
171
|
|
-{# <option value="1">20周岁以下</option>#}
|
172
|
|
-{# <option value="2">20~30周岁</option>#}
|
173
|
|
-{# <option value="3">30~40周岁</option>#}
|
174
|
|
-{# <option value="4">40~50周岁</option>#}
|
175
|
|
-{# <option value="5">50周岁以上</option>#}
|
176
|
|
-{# </select>#}
|
177
|
|
-{# </div>#}
|
178
|
|
-{# </div>#}
|
179
|
111
|
<div class="weui_cell">
|
180
|
112
|
<div class="weui_cell_hd"><label for="" class="weui_label">年龄段</label></div>
|
181
|
113
|
<div class="weui_cell_bd weui_cell_primary">
|
|
|
@@ -183,51 +115,36 @@
|
183
|
115
|
</div>
|
184
|
116
|
</div>
|
185
|
117
|
<div id="age_radio" class="weui_cells weui_cells_radio radio_cells">
|
186
|
|
- <label class="weui_cell weui_check_label" for="age1">
|
187
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
188
|
|
- <li type="circle">20周岁以下</li>
|
189
|
|
- </div>
|
190
|
|
- <div class="weui_cell_ft">
|
191
|
|
- <input type="radio" class="weui_check" name="age" id="age1" value="1" checked="checked">
|
192
|
|
- <span class="weui_icon_checked"></span>
|
193
|
|
- </div>
|
194
|
|
- </label>
|
195
|
|
- <label class="weui_cell weui_check_label" for="age2">
|
196
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
197
|
|
- <li type="circle">20~30周岁</li>
|
198
|
|
- </div>
|
199
|
|
- <div class="weui_cell_ft">
|
200
|
|
- <input type="radio" class="weui_check" name="age" id="age2" value="2">
|
201
|
|
- <span class="weui_icon_checked"></span>
|
202
|
|
- </div>
|
203
|
|
- </label>
|
204
|
|
- <label class="weui_cell weui_check_label" for="age3">
|
205
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
206
|
|
- <li type="circle">30~40周岁</li>
|
207
|
|
- </div>
|
208
|
|
- <div class="weui_cell_ft">
|
209
|
|
- <input type="radio" class="weui_check" name="age" id="age3" value="3">
|
210
|
|
- <span class="weui_icon_checked"></span>
|
211
|
|
- </div>
|
212
|
|
- </label>
|
213
|
|
- <label class="weui_cell weui_check_label" for="age4">
|
214
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
215
|
|
- <li type="circle">40~50周岁</li>
|
216
|
|
- </div>
|
217
|
|
- <div class="weui_cell_ft">
|
218
|
|
- <input type="radio" class="weui_check" name="age" id="age4" value="4">
|
219
|
|
- <span class="weui_icon_checked"></span>
|
220
|
|
- </div>
|
221
|
|
- </label>
|
222
|
|
- <label class="weui_cell weui_check_label" for="age5">
|
223
|
|
- <div class="weui_cell_bd weui_cell_primary">
|
224
|
|
- <li type="circle">50周岁以上</li>
|
225
|
|
- </div>
|
226
|
|
- <div class="weui_cell_ft">
|
227
|
|
- <input type="radio" class="weui_check" name="age" id="age5" value="5">
|
228
|
|
- <span class="weui_icon_checked"></span>
|
229
|
|
- </div>
|
230
|
|
- </label>
|
|
118
|
+ <div>
|
|
119
|
+ <input type="radio" class="weui_check" name="age" id="age1" value="1" checked="checked">
|
|
120
|
+ <label class="weui_cell weui_check_label quartern" for="age1">
|
|
121
|
+ <div class="weui_cell_bd weui_cell_primary">20岁以下</div>
|
|
122
|
+ </label>
|
|
123
|
+ </div>
|
|
124
|
+ <div>
|
|
125
|
+ <input type="radio" class="weui_check" name="age" id="age2" value="2">
|
|
126
|
+ <label class="weui_cell weui_check_label quartern" for="age2">
|
|
127
|
+ <div class="weui_cell_bd weui_cell_primary">20~30岁</div>
|
|
128
|
+ </label>
|
|
129
|
+ </div>
|
|
130
|
+ <div>
|
|
131
|
+ <input type="radio" class="weui_check" name="age" id="age3" value="3">
|
|
132
|
+ <label class="weui_cell weui_check_label quartern" for="age3">
|
|
133
|
+ <div class="weui_cell_bd weui_cell_primary">30~40岁</div>
|
|
134
|
+ </label>
|
|
135
|
+ </div>
|
|
136
|
+ <div>
|
|
137
|
+ <input type="radio" class="weui_check" name="age" id="age4" value="4">
|
|
138
|
+ <label class="weui_cell weui_check_label quartern" for="age4">
|
|
139
|
+ <div class="weui_cell_bd weui_cell_primary">40~50岁</div>
|
|
140
|
+ </label>
|
|
141
|
+ </div>
|
|
142
|
+ <div>
|
|
143
|
+ <input type="radio" class="weui_check" name="age" id="age5" value="5">
|
|
144
|
+ <label class="weui_cell weui_check_label quartern" for="age5">
|
|
145
|
+ <div class="weui_cell_bd weui_cell_primary">50岁以上</div>
|
|
146
|
+ </label>
|
|
147
|
+ </div>
|
231
|
148
|
</div>
|
232
|
149
|
<div class="weui_cell">
|
233
|
150
|
<div class="weui_cell_hd"><label for="" class="weui_label">手机号</label></div>
|
|
|
@@ -145,7 +145,7 @@ REDIS = {
|
145
|
145
|
'PORT': 6379,
|
146
|
146
|
'USER': '',
|
147
|
147
|
'PASSWORD': '',
|
148
|
|
- 'db': 0,
|
|
148
|
+ 'db': 10,
|
149
|
149
|
}
|
150
|
150
|
}
|
151
|
151
|
|