fix
This commit is contained in:
@@ -530,7 +530,8 @@ export default defineComponent({
|
||||
methods: {
|
||||
setUserData(item:any){
|
||||
this.productimgSearchName = item.prompt
|
||||
this.productimgSimilarity = 100 - item.imageStrength * 100
|
||||
this.productimgSimilarity = (100 - item.imageStrength * 100) * 100 / 70
|
||||
|
||||
this.productimgRelightDirection = item.direction
|
||||
// let list = this.speedTypeList.toPorductImg
|
||||
if(this.speedList.length == 0)return
|
||||
|
||||
Reference in New Issue
Block a user