Browse Source

fixbug:用户显示隐藏不生效

zoie 2 years ago
parent
commit
e1cec51601
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/User.go

+ 1 - 1
controllers/User.go

@@ -149,7 +149,7 @@ func (c *UserController) Up() {
 		r.T_passstr = T_passstr
 	}
 	if T_Show_err == nil {
-		r.T_State = T_Show
+		r.T_Show = T_Show
 	}
 
 	// .......