Showing
1 changed file
with
1 additions
and
1 deletions
@@ -72,7 +72,7 @@ exports.detail = (param) => { | @@ -72,7 +72,7 @@ exports.detail = (param) => { | ||
72 | } | 72 | } |
73 | 73 | ||
74 | if (result.brand_info && result.brand_info.brand_id) { | 74 | if (result.brand_info && result.brand_info.brand_id) { |
75 | - result.brand_info.brand_url = `//m.yohobuy.com/product/global/list?brand=${result.brand_info.brand_id}`; | 75 | + result.brand_info.brand_url = `//m.yohobuy.com/list/global/bd${result.brand_info.brand_id}`; |
76 | } | 76 | } |
77 | 77 | ||
78 | if (result.illustrate_contents && result.illustrate_contents.length) { | 78 | if (result.illustrate_contents && result.illustrate_contents.length) { |
-
Please register or login to post a comment