Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
万
万科
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
张杰
万科
Commits
05deb73f
Commit
05deb73f
authored
Dec 01, 2015
by
Achilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交公告页面
parent
a1a3a0df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
VankeNoticeListBoardCell_iPhone.m
...iPhone/templates/notice/VankeNoticeListBoardCell_iPhone.m
+7
-1
VankeNoticeListBoardCell_iPhone.xml
...hone/templates/notice/VankeNoticeListBoardCell_iPhone.xml
+5
-0
VankeNoticeListBoard_iPhone.xml
...w_iPhone/templates/notice/VankeNoticeListBoard_iPhone.xml
+4
-3
No files found.
vanke/view_iPhone/templates/notice/VankeNoticeListBoardCell_iPhone.m
View file @
05deb73f
...
@@ -32,7 +32,13 @@ DEF_OUTLET( BeeUILabel, lblPublishTime )
...
@@ -32,7 +32,13 @@ DEF_OUTLET( BeeUILabel, lblPublishTime )
[
self
setPriority
:
obj
.
priority
];
[
self
setPriority
:
obj
.
priority
];
$
(
self
.
lblPublisher
).
DATA
([
NSString
stringWithFormat
:
@"发布人: %@"
,
obj
.
create_operName
]);
$
(
self
.
lblPublisher
).
DATA
([
NSString
stringWithFormat
:
@"发布人: %@"
,
obj
.
create_operName
]);
$
(
self
.
lblPublishTime
).
DATA
([
NSString
stringWithFormat
:
@"发布时间: %@"
,
obj
.
create_time
]);
NSDateFormatter
*
dateFormatter
=
[[
NSDateFormatter
alloc
]
init
];
[
dateFormatter
setDateFormat
:
@"yyyy-MM-dd HH:mm:ss"
];
NSDate
*
createTime
=
[
dateFormatter
dateFromString
:
obj
.
create_time
];
NSDateFormatter
*
dateFormatter2
=
[[
NSDateFormatter
alloc
]
init
];
[
dateFormatter2
setDateFormat
:
@"yyyy-MM-dd"
];
$
(
self
.
lblPublishTime
).
DATA
([
NSString
stringWithFormat
:
@"发布时间: %@"
,
[
dateFormatter2
stringFromDate
:
createTime
]]);
}
}
-
(
void
)
setPriority
:
(
NSNumber
*
)
priority
{
-
(
void
)
setPriority
:
(
NSNumber
*
)
priority
{
...
...
vanke/view_iPhone/templates/notice/VankeNoticeListBoardCell_iPhone.xml
View file @
05deb73f
...
@@ -83,10 +83,15 @@
...
@@ -83,10 +83,15 @@
height: 50%;
height: 50%;
}
}
.title-wrapper .title {
font-size: 18px;
}
.publisher, .publish-time {
.publisher, .publish-time {
width: auto;
width: auto;
height: auto;
height: auto;
color: gray;
color: gray;
font-size: 13px;
}
}
.publish-time {
.publish-time {
...
...
vanke/view_iPhone/templates/notice/VankeNoticeListBoard_iPhone.xml
View file @
05deb73f
...
@@ -25,16 +25,17 @@
...
@@ -25,16 +25,17 @@
}
}
.segment-wrapper {
.segment-wrapper {
height:
45
px;
height:
30
px;
width: 100%;
width: 100%;
position: absolute;
position: absolute;
left: 0px;
left: 0px;
top: 64px;
top: 70px;
align: center;
}
}
#segment {
#segment {
height: 100%;
height: 100%;
width:
10
0%;
width:
8
0%;
}
}
#list {
#list {
...
...
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