feat: 更换转视频的带提示输入框
This commit is contained in:
@@ -687,6 +687,7 @@ export default defineComponent({
|
||||
return params
|
||||
}
|
||||
let getPrductimg = async () => {
|
||||
|
||||
let obj = getData()
|
||||
// let imageStrength = productimg.productimgSimilarity == 100? 95 :productimg.productimgSimilarity
|
||||
let imageStrength = (70 / 100) * productimg.productimgSimilarity
|
||||
@@ -1233,11 +1234,8 @@ export default defineComponent({
|
||||
const showProductList = ref(false)
|
||||
const productType = ref('first')
|
||||
const fullProductImages = computed(() => {
|
||||
|
||||
return productimg.likeDesignCollectionList.flatMap(item =>
|
||||
(item.childList || []).filter(
|
||||
child => child.resultType !== 'PoseTransfer'
|
||||
)
|
||||
(item.childList || []).filter(child => child.resultType !== 'PoseTransfer')
|
||||
)
|
||||
})
|
||||
const handleOpenProduct = (type: 'first' | 'last') => {
|
||||
|
||||
Reference in New Issue
Block a user