This commit is contained in:
X1627315083
2026-01-21 09:43:26 +08:00
parent a78056c898
commit b10fd72008
3 changed files with 10 additions and 10 deletions

View File

@@ -175,12 +175,12 @@ const DesignDetail : Module<DesignDetail,RootState> = {
state.designDetail.clothes.forEach((item:any) => {
if(item.id == data){
state.selectDetail = item
state.frontBack.front.forEach((v:any,index:any)=>{
v.designOpenrtionBtn = false
if(v.id == data){
v.designOpenrtionBtn = true
}
})
// state.frontBack.front.forEach((v:any,index:any)=>{
// v.designOpenrtionBtn = false
// if(v.id == data){
// v.designOpenrtionBtn = true
// }
// })
}
});
},