diff --git a/src/component/Detail/DesignDetail.vue b/src/component/Detail/DesignDetail.vue index 7f480dd0..af9da6dc 100644 --- a/src/component/Detail/DesignDetail.vue +++ b/src/component/Detail/DesignDetail.vue @@ -301,8 +301,9 @@ export default defineComponent({ let color = (detailData.currentDetailType == 'color' && isCurrent && newData?.rgba?.r)?(newData?.rgba?.r?`${newData.rgba.r} ${newData.rgba.g} ${newData.rgba.b}`:''):(list[i].color?.rgba?.r?`${list[i].color.rgba.r} ${list[i].color.rgba.g} ${list[i].color.rgba.b}`:'') if(detailData.currentDetailType == 'sketch' && newData){ color = detailData.designDetail.clothes[0].color?.rgba?.r?`${detailData.designDetail.clothes[0].color.rgba.r} ${detailData.designDetail.clothes[0].color.rgba.g} ${detailData.designDetail.clothes[0].color.rgba.b}`:'' + detailData.selectDetail.maskUrl = '' + detailData.selectDetail.maskMinioUrl = '' } - console.log(list[i]) let data:any = { changed:false, color, diff --git a/src/component/HomePage/scaleVideo.vue b/src/component/HomePage/scaleVideo.vue index 6370db03..27770df1 100644 --- a/src/component/HomePage/scaleVideo.vue +++ b/src/component/HomePage/scaleVideo.vue @@ -4,9 +4,9 @@
-