This commit is contained in:
X1627315083
2023-12-11 15:22:55 +08:00
parent 039fe738e4
commit 9549bc14f2
8 changed files with 14 additions and 7 deletions

View File

@@ -75,8 +75,8 @@
<div>{{ $t('DesignDetail.CurrentApparel') }}</div>
<i class="fi fi-rr-edit" @click.stop="openCurrent(1)"></i>
</div>
<div class="centent_div" v-if="designItemDetail?.clothes?.[currentIndex]?.path" @click="openCurrent(1)">
<img :src="designItemDetail?.clothes?.[currentIndex]?.path" alt="" class="" @click="openCurrent(1)">
<div class="centent_div" v-if="current?.[currentIndex]?.path" @click="openCurrent(1)">
<img :src="current?.[currentIndex]?.path" alt="" class="" @click="openCurrent(1)">
</div>
<i v-else class="fi fi-rr-picture centent" @click="openCurrent(1)"></i>
@@ -88,8 +88,8 @@
<i class="fi fi-rr-edit" @click.stop="openCurrent(2)"></i>
</div>
<div class="Guide_1_20" :class="[driver__.driver?'showEvents':'']">
<div class="centent_div" v-if="designItemDetail?.clothes?.[currentIndex]?.printObject?.prints[0]?.path" @click="openCurrent(2)">
<img :src="designItemDetail?.clothes?.[currentIndex]?.printObject?.prints[0]?.path" alt="">
<div class="centent_div" v-if="current?.[currentIndex]?.printObject?.prints[0]?.path" @click="openCurrent(2)">
<img :src="current?.[currentIndex]?.printObject?.prints[0]?.path" alt="">
</div>
<i v-else class="fi fi-rr-picture centent" @click="openCurrent(2)"></i>
</div>
@@ -103,10 +103,10 @@
</div>
<div class="img_block_item centent" @click.stop="openCurrent(3)">
<div class="color_item">
<div class="color_content" :style="{background:`rgba(${designItemDetail?.clothes?.[currentIndex].color?.r},${designItemDetail?.clothes?.[currentIndex].color?.g},${designItemDetail?.clothes?.[currentIndex].color?.b},${designItemDetail?.clothes?.[currentIndex].color?.a?designItemDetail?.clothes?.[currentIndex].color.a:1})`}"></div>
<div class="color_content" :style="{background:`rgba(${current?.[currentIndex]?.color?.r},${current?.[currentIndex]?.color?.g},${current?.[currentIndex]?.color?.b},${current?.[currentIndex]?.color?.a?current?.[currentIndex]?.color.a:1})`}"></div>
<div class="color_content_body">
<div class="color_des">{{designItemDetail?.clothes?.[currentIndex]?.color?.tcx}}</div>
<div class="color_des">{{designItemDetail?.clothes?.[currentIndex]?.color?.name}}</div>
<div class="color_des">{{current?.[currentIndex]?.color?.tcx}}</div>
<div class="color_des">{{current?.[currentIndex]?.color?.name}}</div>
</div>
</div>
</div>

View File

@@ -338,6 +338,7 @@ export default defineComponent({
uploadUrl:'',
upload: {
isPin: 0,
gender:'',
level1Type: 'Sketchboard',
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -210,6 +210,7 @@ export default defineComponent({
}),
upload:{
isPin:0,
gender:'',
level1Type:'Moodboard',
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -83,6 +83,7 @@ export default defineComponent({
}),
upload:{
isPin:0,
gender:'',
level1Type:'MarketingSketch',
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -219,6 +219,7 @@ export default defineComponent({
}),
upload:{
isPin:0,
gender:'',
level1Type:'Printboard',
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -72,6 +72,7 @@ export default defineComponent({
uploadUrl:'',
upload:{
isPin:0,
gender:'',
level1Type:'Moodboard',
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -157,6 +157,7 @@ export default defineComponent({
uploadUrl: "",
upload: {
isPin: 0,
gender:'',
level1Type: "Moodboard",
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -160,6 +160,7 @@ export default defineComponent({
uploadUrl: "",
upload: {
isPin: 0,
gender:'',
level1Type: "Moodboard",
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone,
},