修改提取线稿图片
This commit is contained in:
BIN
public/image/sketch/sketch-fine.jpg
Normal file
BIN
public/image/sketch/sketch-fine.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
public/image/sketch/sketch-medium.jpg
Normal file
BIN
public/image/sketch/sketch-medium.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
public/image/sketch/sketch-thick.jpg
Normal file
BIN
public/image/sketch/sketch-thick.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
@@ -338,8 +338,9 @@ export default defineComponent({
|
||||
]
|
||||
}else if(this.type_.type2 == 'Sketchboard'){
|
||||
this.printModelList = JSON.parse(JSON.stringify(this.store.state.UserHabit.SketchStyle))
|
||||
this.printModelList.forEach((item:any)=>{
|
||||
item.img = 'https://www.aida.com.hk/img/aida_logo.5ab4163e.png'
|
||||
let imgList = ['/image/sketch/sketch-fine.jpg','/image/sketch/sketch-medium.jpg','/image/sketch/sketch-thick.jpg']
|
||||
this.printModelList.forEach((item:any,index:number)=>{
|
||||
item.img = imgList[index]
|
||||
})
|
||||
if(this.printModelList[3])this.printModelList[3].img = -1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user