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
4f1dc278
Commit
4f1dc278
authored
9 years ago
by
Achilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页 社区2049 中点击进入当前客流后,查阅客流详细分布功能未实现;应该类似销售展示饼状图
parent
ce6ab0c0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
VankeFloorListBoard_iPhone.m
..._iPhone/templates/floor-list/VankeFloorListBoard_iPhone.m
+12
-1
VankeLoginBoard_iPhone.xml
vanke/view_iPhone/templates/login/VankeLoginBoard_iPhone.xml
+1
-1
VankeNoticeListBoard_iPhone.m
...iew_iPhone/templates/notice/VankeNoticeListBoard_iPhone.m
+1
-1
No files found.
vanke/view_iPhone/templates/floor-list/VankeFloorListBoard_iPhone.m
View file @
4f1dc278
...
...
@@ -184,7 +184,18 @@ ON_SIGNAL3( VankeFloorListBoard_iPhone, searchBar, signal )
ON_SIGNAL3
(
VankeFloorListBoardCell_iPhone
,
mask
,
signal
)
{
FloorCellValue
*
cellValue
=
signal
.
sourceCell
.
data
;
[
self
showDetailView
:
cellValue
];
}
#pragma mark VankePassengerListBoardCell_iPhone
ON_SIGNAL3
(
VankePassengerListBoardCell_iPhone
,
mask
,
signal
)
{
FloorCellValue
*
cellValue
=
signal
.
sourceCell
.
data
;
[
self
showDetailView
:
cellValue
];
}
-
(
void
)
showDetailView
:
(
FloorCellValue
*
)
cellValue
{
if
(
self
.
listType
==
CELL_TYPE_PASSENGER
)
{
VankePassengerDetailBoard_iPhone
*
board
=
[
VankePassengerDetailBoard_iPhone
board
];
board
.
data
=
cellValue
.
project
;
...
...
This diff is collapsed.
Click to expand it.
vanke/view_iPhone/templates/login/VankeLoginBoard_iPhone.xml
View file @
4f1dc278
...
...
@@ -34,7 +34,7 @@
height: 100%;
position: absolute;
background-color: white;
image-mode: fi
t
;
image-mode: fi
ll
;
image-src: url(login_bg.png);
}
...
...
This diff is collapsed.
Click to expand it.
vanke/view_iPhone/templates/notice/VankeNoticeListBoard_iPhone.m
View file @
4f1dc278
...
...
@@ -90,7 +90,7 @@ ON_CREATE_VIEWS( signal )
self
.
list
.
total
=
1
;
BeeUIScrollItem
*
item
=
self
.
list
.
items
[
0
];
item
.
size
=
CGSizeMake
(
self
.
list
.
width
,
1
0
0
);
item
.
size
=
CGSizeMake
(
self
.
list
.
width
,
1
5
0
);
item
.
order
=
0
;
item
.
rule
=
BeeUIScrollLayoutRule_Fall
;
item
.
clazz
=
[
NoDataCell_iPhoneCell
class
];
...
...
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