Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1779 Vistas

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
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
may 25
4151
1
nov 22
1955
0
dic 20
58
1
mar 25
901
0
ene 22
2371