Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
xffruit
Commits
d8597a3a
Commit
d8597a3a
authored
9 years ago
by
AvatarC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
dfa77cfd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
10 deletions
+11
-10
project.pbxproj
XFFruit.xcodeproj/project.pbxproj
+2
-2
Info.plist
XFFruit/Info.plist
+2
-2
ICRAppMacro.h
XFFruit/Macro/ICRAppMacro.h
+2
-2
ReportViewController.m
...ViewControllers/Report/Controllers/ReportViewController.m
+5
-4
No files found.
XFFruit.xcodeproj/project.pbxproj
View file @
d8597a3a
...
...
@@ -3453,7 +3453,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.xffruit
;
PRODUCT_NAME
=
XFFruit
;
PROVISIONING_PROFILE
=
"
5747a061-d994-4f1f-8eac-4b028fb34d89
"
;
PROVISIONING_PROFILE
=
"
3a32e5a9-395f-425a-b1b0-c221be8d15d8
"
;
USER_HEADER_SEARCH_PATHS
=
"${SRCROOT}/**"
;
};
name
=
Debug
;
...
...
@@ -3478,7 +3478,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.xffruit
;
PRODUCT_NAME
=
XFFruit
;
PROVISIONING_PROFILE
=
"
5747a061-d994-4f1f-8eac-4b028fb34d89
"
;
PROVISIONING_PROFILE
=
"
3a32e5a9-395f-425a-b1b0-c221be8d15d8
"
;
USER_HEADER_SEARCH_PATHS
=
"${SRCROOT}/**"
;
};
name
=
Release
;
...
...
This diff is collapsed.
Click to expand it.
XFFruit/Info.plist
View file @
d8597a3a
...
...
@@ -15,11 +15,11 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.
1
.0
<
/string
>
<
string
>
1.
2
.0
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1.
1
.0
<
/string
>
<
string
>
1.
2
.0
<
/string
>
<
k
e
y
>
NSAppTransportSecurity
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
NSAllowsArbitraryLoads
<
/k
e
y
>
...
...
This diff is collapsed.
Click to expand it.
XFFruit/Macro/ICRAppMacro.h
View file @
d8597a3a
...
...
@@ -26,11 +26,11 @@
//#define HTTP_REST_API_BASE_URL @"http://218.244.151.129:7580/cruiser-server/rest"
//********现场测试环境********
#define HTTP_REST_API_BASE_URL @"http://122.224.171.126:7280/cruiser-server/rest"
//
#define HTTP_REST_API_BASE_URL @"http://122.224.171.126:7280/cruiser-server/rest"
//********现场正式环境*********
//
#define HTTP_REST_API_BASE_URL @"http://122.224.171.126:7380/cruiser-server/rest"
#define HTTP_REST_API_BASE_URL @"http://122.224.171.126:7380/cruiser-server/rest"
// HTTP
...
...
This diff is collapsed.
Click to expand it.
XFFruit/ViewControllers/Report/Controllers/ReportViewController.m
View file @
d8597a3a
...
...
@@ -44,7 +44,7 @@
@property
(
nonatomic
,
assign
)
NSInteger
storeCount
;
@property
(
nonatomic
,
strong
)
NSIndexPath
*
currentIndex
;
@property
(
nonatomic
,
strong
)
NSMutableArray
*
selectArr
;
@property
(
nonatomic
,
assign
)
BOOL
isSegOne
;
//
@property (nonatomic, assign) BOOL isSegOne;
@end
...
...
@@ -67,7 +67,7 @@
-
(
void
)
viewDidLoad
{
[
super
viewDidLoad
];
self
.
isSegOne
=
NO
;
//
self.isSegOne = NO;
//布局
#if 1
self
.
dataArr
=
[
NSMutableArray
array
];
...
...
@@ -356,8 +356,10 @@
NSString
*
dayType
=
@""
;
if
([
title
isEqualToString
:
SaleWeek
])
{
dayType
=
@"week"
;
self
.
dayType
=
dayType
;
self
.
orgScope
=
nil
;
[
self
getWeekbydayFromServer
];
// self.scopeType = [IBTCommon getWeekFromDate]
;
return
;
}
if
([
title
isEqualToString
:
SaleDay
])
{
...
...
@@ -375,7 +377,6 @@
CLog
(
@"-------%@"
,
self
.
scopeType
);
self
.
dayType
=
dayType
;
self
.
orgScope
=
nil
;
self
.
isSegOne
=
YES
;
[
self
getDataFromServer
];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment