query-param.hbs
2.62 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
84
85
86
87
88
89
90
91
92
93
94
{{#if isblknew}}
<input class="query-param" type="hidden" data-attr="isblknew" value="{{isblknew}}">
{{/if}}
{{#if brand}}
<input class="query-param" type="hidden" data-attr="brand" value="{{brand}}">
{{/if}}
{{#if gender}}
<input class="query-param" type="hidden" data-attr="gender" value="{{gender}}">
{{/if}}
{{#if sort}}
<input class="query-param" type="hidden" data-attr="sort" value="{{sort}}">
{{/if}}
{{#if msort}}
<input class="query-param" type="hidden" data-attr="msort" value="{{msort}}">
{{/if}}
{{#if misort}}
<input class="query-param" type="hidden" data-attr="misort" value="{{misort}}">
{{/if}}
{{#if color}}
<input class="query-param" type="hidden" data-attr="color" value="{{color}}">
{{/if}}
{{#if size}}
<input class="query-param" type="hidden" data-attr="size" value="{{size}}">
{{/if}}
{{#if price}}
<input class="query-param" type="hidden" data-attr="price" value="{{price}}">
{{/if}}
{{#if discount}}
<input class="query-param" type="hidden" data-attr="discount" value="{{discount}}">
{{/if}}
{{#if specialsaleId}}
<input class="query-param" type="hidden" data-attr="specialsale_id" value="{{specialsaleId}}">
{{/if}}
{{#if promotion}}
<input class="query-param" type="hidden" data-attr="promotion" value="{{promotion}}">
{{/if}}
{{#if query}}
<input class="query-param" type="hidden" data-attr="query" value="{{query}}">
{{/if}}
{{#if style}}
<input class="query-param" type="hidden" data-attr="style" value="{{style}}">
{{/if}}
{{#if pD}}
<input class="query-param" type="hidden" data-attr="p_d" value="{{pD}}">
{{/if}}
{{#if channel}}
<input class="query-param" type="hidden" data-attr="channel" value="{{channel}}">
{{/if}}
{{#if dayLimit}}
<input class="query-param" type="hidden" data-attr="dayLimit" value="{{dayLimit}}">
{{/if}}
{{#if limit}}
<input class="query-param" type="hidden" data-attr="limit" value="{{limit}}">
{{/if}}
{{#if productPool}}
<input class="query-param" type="hidden" data-attr="productPool" value="{{productPool}}">
{{/if}}
{{#if filter_poolId}}
<input class="query-param" type="hidden" data-attr="filter_poolId" value="{{filter_poolId}}">
{{/if}}
{{#if saleType}}
<input class="query-param" type="hidden" data-attr="saleType" value="{{saleType}}">
{{/if}}
{{#if yhChannel}}
<input class="query-param" type="hidden" data-attr="yhChannel" value="{{yhChannel}}">
{{/if}}
{{#if students}}
<input class="query-param" type="hidden" data-attr="students" value="{{students}}">
{{/if}}
{{#if physical_channel}}
<input class="query-param" type="hidden" data-attr="physical_channel" value="{{physical_channel}}">
{{/if}}