From 43464ae85e70404bfbbf9986a6c72fdda50f75c8 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 22 Jan 2026 16:00:45 +0800 Subject: [PATCH] fix --- src/component/Detail/DesignDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:{