Sfoglia il codice sorgente

fixbug:用户显示隐藏不生效

zoie 2 anni fa
parent
commit
e1cec51601
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 	}
 
 	// .......