微信登录问题

This commit is contained in:
祝发冬
2024-01-02 18:46:56 +08:00
parent 86a82a3b02
commit fa0dafa61b
2 changed files with 5 additions and 3 deletions
@@ -199,7 +199,8 @@
RegistViewController*revv=[[RegistViewController alloc]init];
revv.isBind=YES;
revv.isFromLogin=YES;
[UIApplication sharedApplication].delegate.window.rootViewController=revv;;
UINavigationController*navi = [[UINavigationController alloc]initWithRootViewController:revv];
[UIApplication sharedApplication].delegate.window.rootViewController=navi;
}
else
{