Authored by xuqi

rm page

... ... @@ -85,10 +85,6 @@
{{#if limit}}
<input id="limit" type="hidden" value={{limit}}>
{{/if}}
{{#if page}}
<input id="page" type="hidden" value={{page}}>
{{/if}}
{{#if style}}
<input id="style" type="hidden" value={{style}}>
... ...
... ... @@ -93,10 +93,6 @@
<input id="limit" type="hidden" value={{limit}}>
{{/if}}
{{#if page}}
<input id="page" type="hidden" value={{page}}>
{{/if}}
{{#if discount}}
<input id="discount" type="hidden" value={{discount}}>
{{/if}}
... ...