Browse Source

ios更改

zyh
fmk 3 years ago
parent
commit
054c1513aa
  1. 12
      ios/Runner.xcodeproj/project.pbxproj
  2. 2
      lib/home/home_view/home_recommend_goods.dart
  3. 2
      lib/home/points_mall_view/points_goods_view.dart
  4. 2
      lib/retrofit/min_api.dart
  5. 2
      lib/retrofit/retrofit_api.dart
  6. 1
      lib/union/union_list.dart
  7. 4
      lib/view_widget/new_coupon_widget.dart

12
ios/Runner.xcodeproj/project.pbxproj

@ -616,7 +616,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = YF3Q8DVP52;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -666,7 +666,7 @@
"$(PROJECT_DIR)/baidu",
"$(PROJECT_DIR)/Runner/baidu",
);
MARKETING_VERSION = 2.0.6;
MARKETING_VERSION = 2.0.9;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
@ -816,7 +816,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = YF3Q8DVP52;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -866,7 +866,7 @@
"$(PROJECT_DIR)/baidu",
"$(PROJECT_DIR)/Runner/baidu",
);
MARKETING_VERSION = 2.0.6;
MARKETING_VERSION = 2.0.9;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
@ -907,7 +907,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_TEAM = YF3Q8DVP52;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -957,7 +957,7 @@
"$(PROJECT_DIR)/baidu",
"$(PROJECT_DIR)/Runner/baidu",
);
MARKETING_VERSION = 2.0.6;
MARKETING_VERSION = 2.0.9;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",

2
lib/home/home_view/home_recommend_goods.dart

@ -41,7 +41,7 @@ class _HomeRecommendGoods extends State<HomeRecommendGoods> {
mainAxisAlignment: MainAxisAlignment.start,
children: [
Container(
height: 260.h,
height: 235.h,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(6),
color: Colors.white,

2
lib/home/points_mall_view/points_goods_view.dart

@ -52,7 +52,7 @@ class _PointGoods extends State<PointGoods> {
mainAxisSpacing: 16.w,
//Widget宽高比例 0.59
childAspectRatio:
200 / (286.w / 2 + (286.h / 2) * AppUtils.textScale(context)),
200 / (286 / 2 + (286 / 2) * AppUtils.textScale(context)),
),
itemBuilder: (context, index) {
return GestureDetector(

2
lib/retrofit/min_api.dart

@ -39,7 +39,7 @@ part 'min_api.g.dart';
// const base_url = "http://192.168.10.37:8765/app/";
const localBaseUrl = "https://pos.api.lotus-wallet.com/app/";///
const localBaseUrl = "http://192.168.10.236:8765/app/";///
const serviceBaseUrl = "https://pos.api.lotus-wallet.com/app/";///线

2
lib/retrofit/retrofit_api.dart

@ -71,7 +71,7 @@ part 'retrofit_api.g.dart';
// const base_url = "http://192.168.10.132:8766/app/";///
const localBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///
const localBaseUrl = "http://192.168.10.236:8766/app/";///
const serviceBaseUrl = "https://pos.platform.lotus-wallet.com/app/";///线
@RestApi(baseUrl: localBaseUrl)

1
lib/union/union_list.dart

@ -238,7 +238,6 @@ class _UnionList extends State<UnionList> {
],
)),
if(store.distance != null)
Container(
width: 59.w,
height: 18.h,

4
lib/view_widget/new_coupon_widget.dart

@ -124,7 +124,7 @@ class NewCouponWidget extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
"${coupon?.useStartTime ??""} ~",
"${coupon?.publishStartTime ??""} ~",
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: TextStyle(
@ -135,7 +135,7 @@ class NewCouponWidget extends StatelessWidget {
),
SizedBox(height: 5,),
Text(
"${coupon?.useEndTime ?? ""}",
"${coupon?.publishEndTime ?? ""}",
maxLines:1,
overflow: TextOverflow.ellipsis,
style: TextStyle(

Loading…
Cancel
Save