...
|
...
|
@@ -72,7 +72,7 @@ exports.detail = (param) => { |
|
|
}
|
|
|
|
|
|
if (result.brand_info && result.brand_info.brand_id) {
|
|
|
result.brand_info.brand_url = `//m.yohobuy.com/product/global/list?brand=${result.brand_info.brand_id}`;
|
|
|
result.brand_info.brand_url = `//m.yohobuy.com/list/global/bd${result.brand_info.brand_id}`;
|
|
|
}
|
|
|
|
|
|
if (result.illustrate_contents && result.illustrate_contents.length) {
|
...
|
...
|
|