Browse Source

隐藏支付宝

master
王子贤 2 months ago
parent
commit
46ecf8ed2b
2 changed files with 2 additions and 2 deletions
  1. 2
      lib/pages/mine/rose_page.dart
  2. 2
      lib/pages/mine/vip_page.dart

2
lib/pages/mine/rose_page.dart

@ -94,7 +94,7 @@ class RosePage extends StatelessWidget {
),
color: const Color.fromRGBO(219, 219, 219, 1),
),
Row(
if(false) Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Row(

2
lib/pages/mine/vip_page.dart

@ -357,7 +357,7 @@ class _VipPageState extends State<VipPage> {
});
}),
Container(
if(false) Container(
width: 100.w,
height: 30.w,
padding: EdgeInsets.symmetric(

Loading…
Cancel
Save