This commit is contained in:
WangXiaoDong
2023-09-25 10:09:00 +08:00
parent 173f35042d
commit d9868d5cf0
37 changed files with 1618 additions and 1146 deletions

View File

@@ -19,8 +19,6 @@ const HomeStoreModule : Module<DesignDetail,RootState> = {
mutations:{
res_clothingType(state,data){
state.clothingType = data
console.log(data);
},
},