Browse Source

优化功能,优化隐私弹窗

dev-2.0
王子贤 4 weeks ago
parent
commit
97914c5e2b
1 changed files with 2 additions and 2 deletions
  1. 4
      lib/pages/mine/mine_page.dart

4
lib/pages/mine/mine_page.dart

@ -267,8 +267,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{
],
),
),
SizedBox(height: 12.w,),
Stack(
if(false) SizedBox(height: 12.w,),
if(false) Stack(
children: [
Image.asset(
Assets.imagesVipBanner,

Loading…
Cancel
Save