Authored by htoooth

fix empty hbs

... ... @@ -2,7 +2,7 @@
<div class="favorite-articles">
{{#if articles.empty}}
{{#with articles}}
{{> empty}}
{{> home/orders/empty}}
{{/with}}
{{^}}
<ul>
... ...
... ... @@ -9,7 +9,7 @@
{{#if brands.empty}}
{{#with brands}}
{{> empty}}
{{> home/orders/empty}}
{{/with}}
{{^}}
<ul>
... ...
... ... @@ -60,7 +60,7 @@
{{#if goods.empty}}
{{#with goods}}
{{> empty}}
{{> home/orders/empty}}
{{/with}}
{{^}}
{{> favorite/product-table}}
... ...