Blame view

doraemon/views/partial/common/query-param.hbs 2.85 KB
沈志敏 authored
1 2 3 4
{{#if isblknew}}
    <input class="query-param" type="hidden" data-attr="isblknew" value="{{isblknew}}">
{{/if}}
王水玲 authored
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
{{#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}}
49 50 51
{{#if newquery}}
    <input class="query-param" type="hidden" data-attr="query" value="{{newquery}}">
{{else if query}}
王水玲 authored
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
    <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}}">
biao authored
73 74 75 76 77 78
{{/if}}

{{#if productPool}}
    <input class="query-param" type="hidden" data-attr="productPool" value="{{productPool}}">
{{/if}}
郭成尧 authored
79 80 81 82
{{#if filter_poolId}}
    <input class="query-param" type="hidden" data-attr="filter_poolId" value="{{filter_poolId}}">
{{/if}}
biao authored
83 84 85 86 87 88 89
{{#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}}
90 91 92

{{#if students}}
    <input class="query-param" type="hidden" data-attr="students" value="{{students}}">
93 94 95
{{/if}}
{{#if physical_channel}}
    <input class="query-param" type="hidden" data-attr="physical_channel" value="{{physical_channel}}">
陈峰 authored
96
{{/if}}
陈峰 authored
97 98 99
{{#if promotion_id}}
    <input class="query-param" type="hidden" data-attr="promotion_id" value="{{promotion_id}}">
{{/if}}