Blame view

template/m.yohobuy.com/partials/product/query-param.phtml 1.55 KB
xuqi authored
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
{{#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 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 p_d}}
    <input class="query-param" type="hidden" data-attr="p_d" value="{{p_d}}">
{{/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}}