跳至內容
選單
此問題已被標幟
1 回覆
1871 瀏覽次數

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
}

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
5月 25
4246
1
11月 22
2049
0
12月 20
58
1
3月 25
954
0
1月 22
2467