...
|
...
|
@@ -70,6 +70,10 @@ |
|
|
<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}}
|
...
|
...
|
|