canvas语言适配
This commit is contained in:
@@ -546,7 +546,7 @@ setup(props:any,{emit}) {
|
||||
productimg.selectGenerate.listType = listType
|
||||
productimg.selectGenerate.isIndex = index
|
||||
|
||||
if(!list[index]?.id &&( (list[index].resultType == 'PoseTransfer' && !list[index].gifUrl) || (list[index].resultType == 'PoseTransfer' && !list[index].url))){
|
||||
if(( (list[index].resultType == 'PoseTransfer' && !list[index].gifUrl) || (list[index].resultType !== 'PoseTransfer' && !list[index].url))){
|
||||
productimg.productimgIsProductimg = true
|
||||
productimg.productimgRemProductimg = true
|
||||
setPrductimg([list[index].taskId])
|
||||
@@ -626,14 +626,15 @@ setup(props:any,{emit}) {
|
||||
// productimg.likeDesignCollectionList[index].childList[childIndex] = productimg.generateCourse
|
||||
// }
|
||||
}
|
||||
let emitData = {
|
||||
|
||||
}
|
||||
let emitData = {
|
||||
status:productimg.openType,
|
||||
generateCourse:[{
|
||||
...productimg.generateCourse,
|
||||
}]
|
||||
}
|
||||
emit('upDataDesignLikeList',emitData)
|
||||
}
|
||||
productimg.openType = ''
|
||||
|
||||
scaleImage.value = false
|
||||
|
||||
@@ -1069,6 +1069,7 @@ export default defineComponent({
|
||||
}
|
||||
const generateLoad = async (data:any)=>{
|
||||
// return
|
||||
console.log(data)
|
||||
clearInterval(prductimgTime.ToProductImage)
|
||||
clearInterval(prductimgTime.PoseTransfer)
|
||||
clearInterval(prductimgTime.Relight)
|
||||
|
||||
Reference in New Issue
Block a user