Explorar el Código

fixbug:用户显示隐藏不生效

zoie hace 2 años
padre
commit
e1cec51601
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 	}
 
 	// .......