...
|
...
|
@@ -342,6 +342,10 @@ class DetailModel extends global.yoho.BaseModel { |
|
|
|
|
|
if (datas[2]) {
|
|
|
result.getBrand = datas[2].data;
|
|
|
|
|
|
_.forEach(result.getBrand, function(val) {
|
|
|
val.url = `//m.yohobuy.com/shop?domain=${val.brandDomain}`;
|
|
|
});
|
|
|
}
|
|
|
|
|
|
if (isShare && datas[4]) {
|
...
|
...
|
|