修改按钮样式

This commit is contained in:
X1627315083
2025-02-11 10:43:20 +08:00
parent 9ead7fa1b9
commit 639993bcfb
4 changed files with 75 additions and 10 deletions

View File

@@ -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) ||