...
|
...
|
@@ -95,7 +95,7 @@ export default class TripleImageOneBigSide extends Component{ |
|
|
if (linkType1 == '0') {
|
|
|
url1 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.poollist","params":{"productPool":"${linkReource1}","title":"${title1}"}}`;
|
|
|
} else if (linkType1 == '1') {
|
|
|
url1 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${linkReource1}","from_page_name":"${Platform.OS === 'ios'?'iFP_RedPersonBrand':'aFP_RedPersonBrand'}","from_page_param":"${this.props.redBrand.shopId}"}}`;
|
|
|
url1 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${linkReource1}","from_page_name":"${Platform.OS === 'ios'?'iFP_RedPersonBrand':'aFP_RedPersonBrand'}","from_page_param":"${yh_exposureData?yh_exposureData.P_PARAM:null}"}}`;
|
|
|
} else if (linkType1 == '2') {
|
|
|
url1 = linkReource1;
|
|
|
}
|
...
|
...
|
@@ -110,7 +110,7 @@ export default class TripleImageOneBigSide extends Component{ |
|
|
if (linkType2 == '0') {
|
|
|
url2 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.poollist","params":{"productPool":"${linkReource2}","title":"${title2}"}}`;
|
|
|
} else if (linkType2 == '1') {
|
|
|
url2 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${linkReource2}","from_page_name":"${Platform.OS === 'ios'?'iFP_RedPersonBrand':'aFP_RedPersonBrand'}","from_page_param":"${this.props.redBrand.shopId}"}}`;
|
|
|
url2 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${linkReource2}","from_page_name":"${Platform.OS === 'ios'?'iFP_RedPersonBrand':'aFP_RedPersonBrand'}","from_page_param":"${yh_exposureData?yh_exposureData.P_PARAM:null}"}}`;
|
|
|
} else if (linkType2 == '2') {
|
|
|
url2 = linkReource2;
|
|
|
}
|
...
|
...
|
@@ -126,7 +126,7 @@ export default class TripleImageOneBigSide extends Component{ |
|
|
if (linkType3 == '0') {
|
|
|
url3 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.poollist","params":{"productPool":"${linkReource3}","title":"${title3}"}}`;
|
|
|
} else if (linkType3 == '1') {
|
|
|
url3 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${linkReource3}","from_page_name":"${Platform.OS === 'ios'?'iFP_RedPersonBrand':'aFP_RedPersonBrand'}","from_page_param":"${this.props.redBrand.shopId}"}}`;
|
|
|
url3 = `http://m.yohobuy.com?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"${linkReource3}","from_page_name":"${Platform.OS === 'ios'?'iFP_RedPersonBrand':'aFP_RedPersonBrand'}","from_page_param":"${yh_exposureData?yh_exposureData.P_PARAM:null}"}}`;
|
|
|
} else if (linkType3 == '2') {
|
|
|
url3 = linkReource3;
|
|
|
}
|
...
|
...
|
|