Skip to content

商品画像の取得方法について知りたい #1296

Closed Answered by KentaHizume
kenjiyoshid-a asked this question in 05: Q&A
Discussion options

You must be logged in to vote

クライアント側で、画像がない場合(AssetCodesが空の配列だった場合)はNow Printingの画像を取得するように実装しています。

# 商品画像が存在しない場合の代替画像の URL です。
VITE_NO_ASSET_URL=/api/assets/e622b0098808492cb883831c05486b58
export function assetHelper() {
  const getAssetUrl = (assetCode: string): string => {
    if (assetCode === '') {
      return `${import.meta.env.VITE_NO_ASSET_URL}`;
    }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kenjiyoshid-a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: Dressca サンプルアプリケーションDresscaに関係がある
2 participants