This commit is contained in:
X1627315083
2024-12-11 16:26:36 +08:00
parent 5d9dc7b77d
commit a6ae63e7cd
96 changed files with 6163 additions and 9414 deletions

View File

@@ -43,7 +43,7 @@ const HomeStoreModule : Module<DesignDetail,RootState> = {
state.designCollectionList.push(data)
},
addLikeDesignCollectionList(state,data){
state.likeDesignCollectionList.push(data)
state.likeDesignCollectionList.unshift(data)
},
deleteDesignCollectionList(state,index){
state.designCollectionList.splice(index,1)