fix
This commit is contained in:
@@ -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
|
||||
// }
|
||||
// })
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user