Authored by 姜枫

hide disable brand in my favorite list

... ... @@ -7,7 +7,7 @@
const mcHandler = require('../models/menu-crumb-handler');
const addressModel = require('../models/address');
const crypto = global.yoho.crypto;
const config = global.yoho.config
const config = global.yoho.config;
const logger = global.yoho.logger;
const _ = require('lodash');
... ...
... ... @@ -5,6 +5,7 @@
<span class="num">您共收藏了{{total}}个品牌</span>
<div class="brands-list clearfix">
{{#each brandList}}
{{#if status}}
<div class="brand-raw clearfix">
<div class="check">
{{> icon/checkbox}}
... ... @@ -71,6 +72,7 @@
{{/if}}
</div>
</div>
{{/if}}
{{/each}}
</div>
... ...