bugfix: editdesignType弹窗问题

This commit is contained in:
zhangyh
2025-11-24 15:08:28 +08:00
parent 0e57e4de46
commit 56f958173b

View File

@@ -494,10 +494,12 @@ export default defineComponent({
})
const showDropdown = computed(() => {
if (isPoseTransfer) {
if (isPoseTransfer.value) {
return videoType.value === 1
} else {
return scaleImageList[scaleImageIndex]?.resultType != 'Relight'
return (
productimg.scaleImageList[productimg.scaleImageIndex]?.resultType !== 'Relight'
)
}
})
let speed = reactive({