diff --git a/lib/pages/user/user_page.dart b/lib/pages/user/user_page.dart index c57a029..c793c64 100644 --- a/lib/pages/user/user_page.dart +++ b/lib/pages/user/user_page.dart @@ -191,7 +191,10 @@ class _UserView extends StatelessWidget { style: textStyle21sp, )), ), - 12.verticalSpace, + Offstage( + offstage: AppConfigHelper.shouldHidePay(), + child: 12.verticalSpace, + ), OutlinedButton( onPressed: () => pushNamed(AppRouteName.fogPwd), style: normalButtonStyle, @@ -200,10 +203,7 @@ class _UserView extends StatelessWidget { style: textStyle21sp, ), ), - Offstage( - offstage: AppConfigHelper.shouldHidePay(), - child: 12.verticalSpace, - ), + 12.verticalSpace, OutlinedButton( onPressed: () { pushNamed(AppRouteName.webView, arguments: {