diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index db6d720a..f7a2b2b1 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -617,7 +617,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = YF3Q8DVP52; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -667,7 +667,7 @@ "$(PROJECT_DIR)/baidu", "$(PROJECT_DIR)/Runner/baidu", ); - MARKETING_VERSION = 3.1.3; + MARKETING_VERSION = 3.1.4; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "$(inherited)", @@ -819,7 +819,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = YF3Q8DVP52; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -869,7 +869,7 @@ "$(PROJECT_DIR)/baidu", "$(PROJECT_DIR)/Runner/baidu", ); - MARKETING_VERSION = 3.1.3; + MARKETING_VERSION = 3.1.4; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "$(inherited)", @@ -912,7 +912,7 @@ CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = YF3Q8DVP52; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( @@ -962,7 +962,7 @@ "$(PROJECT_DIR)/baidu", "$(PROJECT_DIR)/Runner/baidu", ); - MARKETING_VERSION = 3.1.3; + MARKETING_VERSION = 3.1.4; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/lib/qr/invite_friends.dart b/lib/qr/invite_friends.dart index fb386973..fd3a63f2 100644 --- a/lib/qr/invite_friends.dart +++ b/lib/qr/invite_friends.dart @@ -340,7 +340,7 @@ class _InviteFriends extends State { fit: BoxFit.cover, ), Container( - width: 43.w, + width: 44.w, child: Flex( children: List.generate(0, (_) { return SizedBox( @@ -363,7 +363,7 @@ class _InviteFriends extends State { crossAxisAlignment: CrossAxisAlignment.center, children: [ Container( - width:46.w, + width:50.w, child: Text( "分享链接给好友", @@ -437,7 +437,7 @@ class _InviteFriends extends State { fit: BoxFit.cover, ), Container( - width: 43.w, + width: 44.w, child: Flex( children: List.generate(0, (_) { return SizedBox( @@ -460,7 +460,7 @@ class _InviteFriends extends State { crossAxisAlignment: CrossAxisAlignment.center, children: [ Container( - width:46.w, + width:50.w, child: Text( "好友注册并获得10元优惠券", @@ -473,7 +473,7 @@ class _InviteFriends extends State { ), ), Container( - width: 43, + width: 43.w, child: Flex( children: List.generate(0, (_) { return SizedBox( @@ -534,7 +534,7 @@ class _InviteFriends extends State { fit: BoxFit.cover, ), Container( - width: 43.w, + width: 44.w, child: Flex( children: List.generate(0, (_) { return SizedBox( @@ -557,7 +557,7 @@ class _InviteFriends extends State { crossAxisAlignment: CrossAxisAlignment.center, children: [ Container( - width: 46.w, + width: 50.w, child: Text( "好友完成首单", @@ -605,7 +605,7 @@ class _InviteFriends extends State { ), SizedBox(height: 8.h), Container( - width: 46.w, + width: 50.w, child: Text( "邀请达成获得奖励", diff --git a/lib/retrofit/min_api.dart b/lib/retrofit/min_api.dart index 1308a39d..f7e60731 100644 --- a/lib/retrofit/min_api.dart +++ b/lib/retrofit/min_api.dart @@ -26,7 +26,7 @@ import 'data/shopping_home_config.dart'; part 'min_api.g.dart'; -const localBaseUrl = "https://pos.api.lotus-wallet.com/app/";///本地 +const localBaseUrl = "http://192.168.10.78:8765/app/";///本地 // const localBaseUrl = "https://2946-27-19-77-115.jp.ngrok.io/app/";///本地 const serviceBaseUrl = "https://pos.api.lotus-wallet.com/app/";///线上 diff --git a/lib/retrofit/retrofit_api.dart b/lib/retrofit/retrofit_api.dart index cef48942..b55cfa21 100644 --- a/lib/retrofit/retrofit_api.dart +++ b/lib/retrofit/retrofit_api.dart @@ -61,7 +61,7 @@ import 'data/wx_pay.dart'; part 'retrofit_api.g.dart'; -const localBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///本地 +const localBaseUrl = "http://192.168.10.78:8766/app/";///本地 // const localBaseUrl = "https://2946-27-19-77-115.jp.ngrok.io/app/";///本地 const serviceBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///线上