...
|
...
|
@@ -22,8 +22,10 @@ export default class NewHotBannerListCell extends React.Component { |
|
|
render() {
|
|
|
let rowData = this.props.rowData;
|
|
|
let newSrc = getSlicedUrl(rowData.brand_ico, width, height, 2);
|
|
|
let brand_id = rowData.id;
|
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.brand","params":{"brand_id":"${brand_id}"}}`;
|
|
|
let name = rowData.brand_name;
|
|
|
let shop_id = rowData.shop_id;
|
|
|
let shop_template_type = rowData.shop_template_type;
|
|
|
let url = `http://m.yohobuy.com?openby:yohobuy={"action":"go.shop","params":{"shop_id":"${shop_id}","shop_template_type":"${shop_template_type}","name":"${name}"}}`;
|
|
|
|
|
|
return (
|
|
|
<TouchableOpacity activeOpacity={0.5} onPress={() => {
|
...
|
...
|
|