Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1787 Zobrazení

get LargeImageUrl() {
const product = this.props.product;
return `/web/image?model=product.product&field=image_1920&id=${product.id}&write_date=${product.write_date}&unique=1`;
}

Avatar
Zrušit
Nejlepší odpověď

Hey, you can create a function named get_LargeImageUrl by
get_LargeImageUrl: function() {
    // Write your code here
    const product = this.props.product;
    // return anything you like here
}

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
kvě 25
4159
1
lis 22
1956
0
pro 20
58
1
bře 25
907
0
led 22
2383