Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-iOS
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
张杰
Opple-iOS
Commits
67875294
Commit
67875294
authored
Jul 06, 2017
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4b8a301e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
SceneViewController.m
...s/Experiencecentre/Scene/Controller/SceneViewController.m
+0
-3
Info.plist
Lighting/Main/Info.plist
+1
-1
CYConstManager.h
Lighting/Tools/CYConst/CYConstManager.h
+2
-2
No files found.
Lighting/Class/Experiencecentre/Scene/Controller/SceneViewController.m
View file @
67875294
...
...
@@ -379,9 +379,7 @@
{
WS
(
weakSelf
);
[
HTTP
networkWithDictionaryRequestWithURL
:
SERVERREQUESTURL
(
PRODUCTSCREENING
)
withRequestType
:
ONE
withParameter
:
nil
withReturnValueBlock
:^
(
id
returnValue
)
{
if
(
RESULT
(
returnValue
))
{
if
(
remove
)
{
[
weakSelf
.
productScreeningDatasArray
removeAllObjects
];
}
...
...
@@ -535,7 +533,6 @@
-
(
NSInteger
)
tableView
:
(
UITableView
*
)
tableView
numberOfRowsInSection
:
(
NSInteger
)
section
{
if
(
self
.
rightSelectedIndex
==
2
)
{
BOOL
boolValue
=
[[
self
.
openArray
objectAtIndex
:
section
]
boolValue
];
GoodsCategoryModel
*
model
=
[[
self
.
productScreeningDatasArray
objectAtIndex
:
self
.
rightSelectedIndex
]
objectAtIndex
:
section
];
return
boolValue
?
model
.
children
.
count
:
0
;
...
...
Lighting/Main/Info.plist
View file @
67875294
...
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
欧立方
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
2.1.1
2
<
/string
>
<
string
>
2.1.1
3
<
/string
>
<
k
e
y
>
CFBundleURLTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
...
...
Lighting/Tools/CYConst/CYConstManager.h
View file @
67875294
...
...
@@ -90,7 +90,7 @@ typedef NS_ENUM(NSInteger,COMMENT_PRAISE) {
/**
* 服务器开发地址
*/
#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://gomoredev:8082/opple-web/app%@",URL]
//
#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://gomoredev:8082/opple-web/app%@",URL]
//外网http://debenson.picp.io/opple-web/
/**
...
...
@@ -101,7 +101,7 @@ typedef NS_ENUM(NSInteger,COMMENT_PRAISE) {
/**
* 服务器测试地址
*/
//
#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://dg-dev.opple.com/opple-web/app%@",URL]
#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://dg-dev.opple.com/opple-web/app%@",URL]
//**
// * 服务器正式地址
...
...
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