...
|
...
|
@@ -87,7 +87,7 @@ class BrandContainer extends Component { |
|
|
action = 'go.productDetail';
|
|
|
}
|
|
|
|
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"${action}","params":{"product_skn":"${productSkn}","from_page_name":"${Platform.OS === 'ios'?'iFP_BrandFavor':'aFP_BrandFavor'}"}}`;
|
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"${action}","params":{"product_skn":"${productSkn}","from_page_name":"${Platform.OS === 'ios'?'iFP_MineCollectionBrand':'aFP_MineCollectionBrand'}"}}`;
|
|
|
ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url);
|
|
|
}
|
|
|
|
...
|
...
|
@@ -99,7 +99,7 @@ class BrandContainer extends Component { |
|
|
if (!brand) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
|
|
|
brand = brand.toJS();
|
|
|
brand.id = brand.brand_id;
|
|
|
ReactNative.NativeModules.YH_CommonHelper.pushBrandVC(brand);
|
...
|
...
|
|