diff --git a/src/component/Detail/DesignDetail.vue b/src/component/Detail/DesignDetail.vue index 8bfe3017..6a5fcbcd 100644 --- a/src/component/Detail/DesignDetail.vue +++ b/src/component/Detail/DesignDetail.vue @@ -733,7 +733,7 @@ export default defineComponent({ let color:any = {} if(allInfo.color?.color?.rgba || allInfo.color?.color?.gradient){ let canvasColor = allInfo.color.color; - if(allInfo.color?.color?.rgba){ + if(canvasColor?.rgba?.r){ let colorData:any = await getColorName(allInfo.color.color?.rgba) color = { hsv:{