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
2e12941c
Commit
2e12941c
authored
Oct 18, 2015
by
Achilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
2980f109
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
VankeFloorDetailBoard_iPhone.xml
...e/templates/floor-detail/VankeFloorDetailBoard_iPhone.xml
+1
-1
VankePassengerDetailBoard_iPhone.m
...templates/floor-detail/VankePassengerDetailBoard_iPhone.m
+1
-1
VankePassengerDetailBoard_iPhone.xml
...mplates/floor-detail/VankePassengerDetailBoard_iPhone.xml
+1
-1
No files found.
vanke/view_iPhone/templates/floor-detail/VankeFloorDetailBoard_iPhone.xml
View file @
2e12941c
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
top: 0px;
top: 0px;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
background-color: #f
afafa
;
background-color: #f
6f6f6
;
}
}
#list {
#list {
...
...
vanke/view_iPhone/templates/floor-detail/VankePassengerDetailBoard_iPhone.m
View file @
2e12941c
...
@@ -86,7 +86,7 @@ ON_CREATE_VIEWS( signal )
...
@@ -86,7 +86,7 @@ ON_CREATE_VIEWS( signal )
// 取值
// 取值
ChartValue
*
cv
=
[[
ChartValue
alloc
]
init
];
ChartValue
*
cv
=
[[
ChartValue
alloc
]
init
];
cv
.
name
=
@"
楼层
"
;
cv
.
name
=
@"
出入口
"
;
cv
.
values
=
[
resp
getChartValues
];
cv
.
values
=
[
resp
getChartValues
];
cv
.
theme
=
self
.
theme
;
cv
.
theme
=
self
.
theme
;
bizChart
.
data
=
cv
;
bizChart
.
data
=
cv
;
...
...
vanke/view_iPhone/templates/floor-detail/VankePassengerDetailBoard_iPhone.xml
View file @
2e12941c
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
top: 0px;
top: 0px;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
background-color: #f
afafa
;
background-color: #f
6f6f6
;
}
}
#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