修改按钮样式
This commit is contained in:
@@ -189,8 +189,6 @@ const userHabit : Module<UserHabit,RootState> = {
|
||||
country:'',//国家
|
||||
|
||||
}
|
||||
console.log(123);
|
||||
|
||||
state.bindEmail = {
|
||||
isBindEmail:false,
|
||||
type:''
|
||||
@@ -213,6 +211,8 @@ const userHabit : Module<UserHabit,RootState> = {
|
||||
state.userDetail.occupation = data.occupation//头像
|
||||
state.userDetail.usernameModify = data.usernameModify//当月剩余修改次数
|
||||
state.userDetail.isBeginner = data.isBeginner == 1 ? true : false;//是否完成新手指引
|
||||
// state.bindEmail.isBindEmail = true
|
||||
|
||||
if(
|
||||
(!data.email && state.userDetail.email == '-------------') ||
|
||||
(!data.country && !state.userDetail.country) ||
|
||||
|
||||
Reference in New Issue
Block a user