Skip to Content
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1386 Представления

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`;
}

Аватар
Отменить
Лучший ответ

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
}

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
мая 25
3566
1
нояб. 22
1649
0
дек. 20
58
1
мар. 25
516
0
янв. 22
2067