İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
1781 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
May 25
4155
1
Kas 22
1955
0
Ara 20
58
1
Mar 25
901
0
Oca 22
2374