3d添加印花 等
This commit is contained in:
@@ -259,9 +259,12 @@ const userHabit : Module<UserHabit,RootState> = {
|
||||
state.userDetail.systemList = []
|
||||
if(data.systemUser != 0)state.userDetail.systemList.push(1)
|
||||
if(data.affiliate)state.userDetail.systemList.push(2)
|
||||
|
||||
let adminIdList = [88,6,46,31,73,83,87,4,11482,11630,12201,12592]
|
||||
// if(data.email == '' || data.email)state.userDetail.systemList.push(3)
|
||||
if(adminIdList.indexOf(data.userId) > -1)state.userDetail.systemList.push(3)
|
||||
if(adminIdList.indexOf(data.userId) > -1 || data.systemUser == 6 || data.systemUser == 7){
|
||||
state.userDetail.systemList.push(3)
|
||||
}
|
||||
|
||||
state.userDetail.followeeCount = data.followeeCount//粉丝数量
|
||||
state.userDetail.followerCount = data.followerCount//关注数量
|
||||
|
||||
Reference in New Issue
Block a user