删除衣服时候imgDom要随着变化
This commit is contained in:
@@ -406,7 +406,12 @@ export default defineComponent({
|
|||||||
selectItem.imgDomIndex = detailData.frontBack.front.findIndex((item:any)=>item.id == newValue.id)
|
selectItem.imgDomIndex = detailData.frontBack.front.findIndex((item:any)=>item.id == newValue.id)
|
||||||
initMoveableForSelected()
|
initMoveableForSelected()
|
||||||
},{immediate: true,})
|
},{immediate: true,})
|
||||||
|
watch(()=>detailData.frontBack.front.length,(newValue,oldValue)=>{
|
||||||
|
if(selectItem.selectDetail?.id)selectItem.imgDomIndex = detailData.frontBack.front.findIndex((item:any)=>item.id == selectItem.selectDetail?.id)
|
||||||
|
setTimeout(()=>{
|
||||||
|
initMoveableForSelected()
|
||||||
|
},100)
|
||||||
|
})
|
||||||
const setRevocation = async ()=>{
|
const setRevocation = async ()=>{
|
||||||
let frontBack = JSON.parse(JSON.stringify(detailData.frontBack))
|
let frontBack = JSON.parse(JSON.stringify(detailData.frontBack))
|
||||||
let revocation:any = JSON.parse((await KeyValueDB.get("revocation") as any) || '[]')
|
let revocation:any = JSON.parse((await KeyValueDB.get("revocation") as any) || '[]')
|
||||||
|
|||||||
Reference in New Issue
Block a user