Authored by 郭成尧

Merge branch 'feature/brandJump' into 'release/5.6'

type格式



See merge request !467
... ... @@ -172,7 +172,7 @@ const getBrandListByChannel = (channel) => {
name: row.brand_name,
isHot: row.is_hot === 'Y' ? true : false,
isNew: row.is_show_new === 'Y' ? true : false,
url: row.type !== '3' ? helpers.urlFormat('/product/index/brand', {
url: parseInt(row.type, 10) !== 3 ? helpers.urlFormat('/product/index/brand', {
domain: row.brand_domain,
shopType: row.type
}) : helpers.urlFormat('/product/global/list/', {
... ...