修复魔改页面无法跳转到outfit页面
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
}
|
||||
// 选择另一个穿搭
|
||||
const onChooseOutfit = () => {
|
||||
generateStore.clearTryOn()
|
||||
router.push({ name: 'SelectStyle' })
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -93,7 +93,7 @@ const requestOutfit = async ({num})=>{
|
||||
}
|
||||
})
|
||||
isLoading.value = true
|
||||
generateStore.clearStyle()
|
||||
generateStore.clearProductData()
|
||||
data.select.taskId = rv[0]
|
||||
rv.forEach((item,index)=>data.styleList[index].taskId = item)
|
||||
getRequestOutfitList(rv)
|
||||
|
||||
Reference in New Issue
Block a user