Authored by 王水玲

mip 修改

... ... @@ -39,7 +39,8 @@ const _relatedBrand = (getBrand, isApp, isMip) => {
}
if (isMip) {
brand.url += '?union_type=100000000013130';
brand.url = brand.url.replace('http://', '//') + '?union_type=100000000013130';
}
});
... ...