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
56cc5eab
Commit
56cc5eab
authored
Jan 25, 2016
by
AvatarC
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master_01'
Conflicts: vanke.xcodeproj/project.pbxproj
parents
8bca4c2b
b52e33a1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
13 deletions
+18
-13
project.pbxproj
vanke.xcodeproj/project.pbxproj
+3
-2
Info.plist
vanke/Info.plist
+5
-3
VankePassengerListBoardCell_iPhone.h
...templates/floor-list/VankePassengerListBoardCell_iPhone.h
+1
-1
VankePassengerListBoardCell_iPhone.m
...templates/floor-list/VankePassengerListBoardCell_iPhone.m
+5
-3
VankePassengerListBoardCell_iPhone.xml
...mplates/floor-list/VankePassengerListBoardCell_iPhone.xml
+4
-4
No files found.
vanke.xcodeproj/project.pbxproj
View file @
56cc5eab
...
...
@@ -4215,6 +4215,7 @@
C1D58B151BB1BC9200D297FE
=
{
CreatedOnToolsVersion
=
7.0
;
DevelopmentTeam
=
2G3393EZPN
;
};
};
};
...
...
@@ -5097,7 +5098,7 @@
/usr/include/libxml2
,
);
INFOPLIST_FILE
=
vanke/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
8.1
;
IPHONEOS_DEPLOYMENT_TARGET
=
7.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.vanke
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
...
...
@@ -5122,7 +5123,7 @@
/usr/include/libxml2
,
);
INFOPLIST_FILE
=
vanke/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
8.1
;
IPHONEOS_DEPLOYMENT_TARGET
=
7.0
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.gomore.vanke
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
...
...
vanke/Info.plist
View file @
56cc5eab
...
...
@@ -4,6 +4,8 @@
<
d
i
c
t
>
<
k
e
y
>
CFBundleDevelopmentRegion
<
/k
e
y
>
<
string
>
zh_CN
<
/string
>
<
k
e
y
>
CFBundleDisplayName
<
/k
e
y
>
<
string
>
万科
<
/string
>
<
k
e
y
>
CFBundleExecutable
<
/k
e
y
>
<
string
>
$
(
EXECUTABLE_NAME
)<
/string
>
<
k
e
y
>
CFBundleIdentifier
<
/k
e
y
>
...
...
@@ -12,16 +14,16 @@
<
string
>
6.0
<
/string
>
<
k
e
y
>
CFBundleName
<
/k
e
y
>
<
string
>
$
(
PRODUCT_NAME
)<
/string
>
<
k
e
y
>
CFBundleDisplayName
<
/k
e
y
>
<
string
>
万科
<
/string
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.0
<
/string
>
<
string
>
1.0
.6
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
string
>
1.0.8
<
/string
>
<
k
e
y
>
LSRequiresIPhoneOS
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
NSAppTransportSecurity
<
/k
e
y
>
...
...
vanke/view_iPhone/templates/floor-list/VankePassengerListBoardCell_iPhone.h
View file @
56cc5eab
...
...
@@ -9,7 +9,7 @@
AS_OUTLET
(
BeeUIImageView
,
imgPhoto
)
AS_OUTLET
(
BeeUILabel
,
lblName
)
AS_OUTLET
(
BeeUILabel
,
lblOpenDate
)
AS_OUTLET
(
BeeUILabel
,
lbl
SaleAmount
)
AS_OUTLET
(
BeeUILabel
,
lbl
PassengerFlow
)
@end
vanke/view_iPhone/templates/floor-list/VankePassengerListBoardCell_iPhone.m
View file @
56cc5eab
...
...
@@ -13,7 +13,7 @@ SUPPORT_AUTOMATIC_LAYOUT(YES)
DEF_OUTLET
(
BeeUIImageView
,
imgPhoto
)
DEF_OUTLET
(
BeeUILabel
,
lblName
)
DEF_OUTLET
(
BeeUILabel
,
lblOpenDate
)
DEF_OUTLET
(
BeeUILabel
,
lbl
SaleAmount
)
DEF_OUTLET
(
BeeUILabel
,
lbl
PassengerFlow
)
-
(
BOOL
)
dataWillChange
:
(
id
)
newData
{
...
...
@@ -33,8 +33,10 @@ DEF_OUTLET( BeeUILabel, lblSaleAmount )
self
.
lblName
.
data
=
prj
.
projectName
;
self
.
imgPhoto
.
data
=
[
prj
getPictureUrlOrDefault
];
self
.
lblOpenDate
.
data
=
prj
.
foundingDate
;
self
.
lblSaleAmount
.
data
=
prj
.
salesAmount
;
$
(
self
.
lblSaleAmount
).
ADD_CLASS
(
obj
.
theme
);
// self.lblSaleAmount.data = prj.salesAmount;
// $(self.lblSaleAmount).ADD_CLASS(obj.theme);
self
.
lblPassengerFlow
.
data
=
prj
.
passengerFlowVolume
;
$
(
self
.
lblPassengerFlow
).
ADD_CLASS
(
obj
.
theme
);
}
}
...
...
vanke/view_iPhone/templates/floor-list/VankePassengerListBoardCell_iPhone.xml
View file @
56cc5eab
...
...
@@ -18,9 +18,9 @@
</linear>
<linear
orientation=
"h"
class=
"row sale-amount-wrapper"
>
<label
class=
"lbl floor-ctr"
>
销售额
:
</label>
<label
id=
"lbl
SaleAmount
"
class=
"value floor-ctr"
></label>
<label
class=
"unit floor-ctr"
>
元
</label>
<label
class=
"lbl floor-ctr"
>
客流
:
</label>
<label
id=
"lbl
PassengerFlow
"
class=
"value floor-ctr"
></label>
<label
class=
"unit floor-ctr"
>
人
</label>
</linear>
</linear>
</linear>
...
...
@@ -113,7 +113,7 @@
float: right;
}
#lbl
SaleAmount
{
#lbl
PassengerFlow
{
padding-right: -15px;
}
...
...
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