fix
This commit is contained in:
@@ -14,6 +14,7 @@ interface UserHabit{
|
||||
MalePosition:any,
|
||||
Position:any,
|
||||
systemUser:any,
|
||||
messageSystem:any,
|
||||
}
|
||||
|
||||
const userHabit : Module<UserHabit,RootState> = {
|
||||
@@ -39,7 +40,9 @@ const userHabit : Module<UserHabit,RootState> = {
|
||||
systemUser:{
|
||||
value : -1
|
||||
},
|
||||
|
||||
messageSystem:{
|
||||
messageNum:4,
|
||||
},
|
||||
},
|
||||
mutations:{
|
||||
res_clothingType(state,data){
|
||||
@@ -73,6 +76,10 @@ const userHabit : Module<UserHabit,RootState> = {
|
||||
clearSystemUser(state){
|
||||
state.systemUser.value = -1
|
||||
},
|
||||
setMessageSystem(state,data){
|
||||
state.messageSystem = data
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
actions:{
|
||||
|
||||
Reference in New Issue
Block a user