Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
红
红星美凯龙管理在线APP 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
张杰
红星美凯龙管理在线APP IOS
Commits
1b093dd6
Commit
1b093dd6
authored
9 years ago
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复部分bug
parent
5e2cb380
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
27 deletions
+4
-27
project.pbxproj
redstar.xcodeproj/project.pbxproj
+0
-24
UserInterfaceState.xcuserstate
...userdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
Url.h
redstar/Classes/Macro/Url.h
+2
-2
LookOnLineDetailCell.m
...ction/OnLine/LookOnLineDetail/Cell/LookOnLineDetailCell.m
+1
-1
LookOnLineDetailViewController.m
...ineDetail/ViewController/LookOnLineDetailViewController.m
+1
-0
No files found.
redstar.xcodeproj/project.pbxproj
View file @
1b093dd6
...
...
@@ -784,7 +784,6 @@
isa
=
PBXGroup
;
children
=
(
84FAC75E1BFF2C5B00FD094D
/* NoData */
,
8426A4A11BDF0CD600E5FDF5
/* Case */
,
8426A4A41BDF0CD600E5FDF5
/* OnLine */
,
8426A4A71BDF0CD600E5FDF5
/* Picture */
,
8426A4AA1BDF0CD600E5FDF5
/* Question */
,
...
...
@@ -796,29 +795,6 @@
path
=
Function
;
sourceTree
=
"<group>"
;
};
8426A4A11BDF0CD600E5FDF5
/* Case */
=
{
isa
=
PBXGroup
;
children
=
(
8426A4A21BDF0CD600E5FDF5
/* View */
,
8426A4A31BDF0CD600E5FDF5
/* ViewController */
,
);
path
=
Case
;
sourceTree
=
"<group>"
;
};
8426A4A21BDF0CD600E5FDF5
/* View */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
View
;
sourceTree
=
"<group>"
;
};
8426A4A31BDF0CD600E5FDF5
/* ViewController */
=
{
isa
=
PBXGroup
;
children
=
(
);
path
=
ViewController
;
sourceTree
=
"<group>"
;
};
8426A4A41BDF0CD600E5FDF5
/* OnLine */
=
{
isa
=
PBXGroup
;
children
=
(
...
...
This diff is collapsed.
Click to expand it.
redstar.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
1b093dd6
No preview for this file type
This diff is collapsed.
Click to expand it.
redstar/Classes/Macro/Url.h
View file @
1b093dd6
...
...
@@ -10,13 +10,13 @@
#define Url_h
// url 测试环境
#define kRedStarURL @"http://218.244.151.129:7580/"
//
#define kRedStarURL @"http://218.244.151.129:7580/"
// 正式环境
// #define kRedStarURL @"http://219.235.234.225:7580/"
// 最新正式环境
//
#define kRedStarURL @"http://219.235.234.212:7580/"
#define kRedStarURL @"http://219.235.234.212:7580/"
// 检查更新
#define kCheckUpdateURL @"redstar-server/rest/ipapk?type=ipa"
...
...
This diff is collapsed.
Click to expand it.
redstar/Classes/Module/Function/OnLine/LookOnLineDetail/Cell/LookOnLineDetailCell.m
View file @
1b093dd6
...
...
@@ -41,7 +41,7 @@
self
.
shopnameLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@"
,
lookOnLine
.
store_name
];
self
.
overDateLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@"
,
lookOnLine
.
endDate
];
self
.
peopleLabel
.
text
=
[
NSString
stringWithFormat
:
@"
发起人:
%@"
,
lookOnLine
.
create_operName
];
self
.
peopleLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@"
,
lookOnLine
.
create_operName
];
self
.
startDateLabel
.
text
=
[[
NSString
stringWithFormat
:
@"%@"
,
lookOnLine
.
create_time
]
substringToIndex
:
11
];
NSString
*
intro
=
[
NSString
stringWithFormat
:
@"%@"
,
lookOnLine
.
content
];
...
...
This diff is collapsed.
Click to expand it.
redstar/Classes/Module/Function/OnLine/LookOnLineDetail/ViewController/LookOnLineDetailViewController.m
View file @
1b093dd6
...
...
@@ -413,6 +413,7 @@
-
(
void
)
deletePicture
:
(
UIButton
*
)
button
{
NSLog
(
@"从imageName中删除了第%ld张图片"
,(
button
.
tag
-
5521
));
// 从存放所有Image的数组里移除当前点击的Image
[
self
.
imageNameArray
removeObjectAtIndex
:(
button
.
tag
-
5521
)];
...
...
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