Skip to Content
Menu
This question has been flagged
1 Odpoveď
1800 Zobrazenia

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šiť
Best Answer

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šiť
Related Posts Replies Zobrazenia Aktivita
1
máj 25
4164
1
nov 22
1978
0
dec 20
58
1
mar 25
933
0
jan 22
2405