diff --git a/lib/home/home_page.dart b/lib/home/home_page.dart index b7054225..5b4d213e 100644 --- a/lib/home/home_page.dart +++ b/lib/home/home_page.dart @@ -302,6 +302,7 @@ class HomePageState extends State with AutomaticKeepAliveClientMixin { Dio(), context: context, token: value.getString("token"), + showLoading: true ); } BaseData baseData = diff --git a/lib/mine/personal_page.dart b/lib/mine/personal_page.dart index 05b62e0a..1fbd7e90 100644 --- a/lib/mine/personal_page.dart +++ b/lib/mine/personal_page.dart @@ -304,7 +304,7 @@ class _PersonalPage extends State with WidgetsBindingObserver { crossAxisAlignment: CrossAxisAlignment.start, children: [ Container( - height: 260, + height: 248, color: Color(0xFFFFFFFF), // color: Colors.red, child: @@ -317,6 +317,7 @@ class _PersonalPage extends State with WidgetsBindingObserver { bottom: 36, right: 0, child:Stack( + alignment: Alignment.bottomRight, children: [ Container( color: Colors.black, @@ -698,7 +699,7 @@ class _PersonalPage extends State with WidgetsBindingObserver { Widget homeInfo() { return Positioned( top: 0, - bottom: 5, + bottom: 0, left: 0, right: 0, child: Container( diff --git a/lib/retrofit/min_api.dart b/lib/retrofit/min_api.dart index 31f8644f..0c0e7b7e 100644 --- a/lib/retrofit/min_api.dart +++ b/lib/retrofit/min_api.dart @@ -21,8 +21,8 @@ import 'data/shoppingCart.dart'; part 'min_api.g.dart'; -const base_url = "https://pos.api.lotus-wallet.com/app/"; ///正式 -const baseUrl = "https://pos.api.lotus-wallet.com/app/"; ///正式 +// const base_url = "https://pos.api.lotus-wallet.com/app/"; ///正式 +// const baseUrl = "https://pos.api.lotus-wallet.com/app/"; ///正式 // const base_url = "http://user.prod.kunqi.lotus-wallet.com/app/"; ///222 diff --git a/lib/retrofit/retrofit_api.dart b/lib/retrofit/retrofit_api.dart index 6a894ad9..bf919926 100644 --- a/lib/retrofit/retrofit_api.dart +++ b/lib/retrofit/retrofit_api.dart @@ -57,8 +57,8 @@ import 'data/vip_rule_details.dart'; part 'retrofit_api.g.dart'; -const base_url = "https://pos.platform.lotus-wallet.com/app/"; ///正式 -const baseUrl = "https://pos.platform.lotus-wallet.com/app/"; ///正式 +// const base_url = "https://pos.platform.lotus-wallet.com/app/"; ///正式 +// const baseUrl = "https://pos.platform.lotus-wallet.com/app/"; ///正式 // const base_url = "http://platform.prod.kunqi.lotus-wallet.com/app/"; ///222 // const baseUrl = "http://platform.prod.kunqi.lotus-wallet.com/app/"; ///222