...
|
...
|
@@ -114,7 +114,12 @@ class AssociatorGiftContainer extends Component { |
|
|
return;
|
|
|
}
|
|
|
|
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${productSkn}"}}`;
|
|
|
let pageName = 'iFP_AssociatorGift';
|
|
|
if (Platform.OS === 'android') {
|
|
|
pageName = 'aFP_AssociatorGift';
|
|
|
}
|
|
|
|
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${productSkn}", "from_page_name":"${pageName}"}}`;
|
|
|
|
|
|
if (is_global === 'Y') {
|
|
|
url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.globalpurchase","params":{"skn":"${productSkn}"}}`;
|
...
|
...
|
|