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
61b2b1c9
Commit
61b2b1c9
authored
9 years ago
by
Achilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
楼盘 => 项目。 隐藏确认和拒绝按钮
parent
255b7f2f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
project.pbxproj
vanke.xcodeproj/project.pbxproj
+4
-4
VankeFloorListBoard_iPhone.xml
...Phone/templates/floor-list/VankeFloorListBoard_iPhone.xml
+1
-1
VankeMainBoard_iPhone.xml
vanke/view_iPhone/templates/main/VankeMainBoard_iPhone.xml
+1
-1
VankeStatementDetailListBoard_iPhone.m
...emplates/statement/VankeStatementDetailListBoard_iPhone.m
+4
-2
No files found.
vanke.xcodeproj/project.pbxproj
View file @
61b2b1c9
...
...
@@ -2497,7 +2497,6 @@
C19BBBDE1BBE85B300831290
/* common */
=
{
isa
=
PBXGroup
;
children
=
(
C19BBC121BBE863B00831290
/* floor-list */
,
C19BBC1D1BBE869500831290
/* FootLoader.h */
,
C19BBC1E1BBE869500831290
/* FootLoader.m */
,
C19BBC1F1BBE869500831290
/* FootLoader.xml */
,
...
...
@@ -2716,15 +2715,16 @@
C1D58B3D1BB1BC9200D297FE
/* templates */
=
{
isa
=
PBXGroup
;
children
=
(
C18A95231C01E7B100429BF7
/* announcement */
,
C10F185C1BF8EC470065F18C
/* statement */
,
C1CF9F2C1BEF1DB20033C35E
/* notice */
,
C1A069FB1BE1046B0082006F
/* affairs */
,
C18A95231C01E7B100429BF7
/* announcement */
,
C19BBBDE1BBE85B300831290
/* common */
,
C19BBBDD1BBE857600831290
/* floor-detail */
,
C19BBC121BBE863B00831290
/* floor-list */
,
C19BBBDA1BBE855D00831290
/* login */
,
C19BBBDB1BBE856500831290
/* main */
,
C1CF9F2C1BEF1DB20033C35E
/* notice */
,
C19ADE531BCA55BE00206213
/* settings */
,
C10F185C1BF8EC470065F18C
/* statement */
,
C19ADE5D1BCABBC100206213
/* VankeAppBoard_iPhone.h */
,
C19ADE5E1BCABBC100206213
/* VankeAppBoard_iPhone.m */
,
);
...
...
This diff is collapsed.
Click to expand it.
vanke/view_iPhone/templates/floor-list/VankeFloorListBoard_iPhone.xml
View file @
61b2b1c9
...
...
@@ -40,7 +40,7 @@
position: absolute;
left: 0px;
top: 64px;
placeholder: "请输入
楼盘
名称";
placeholder: "请输入
项目
名称";
}
</style>
...
...
This diff is collapsed.
Click to expand it.
vanke/view_iPhone/templates/main/VankeMainBoard_iPhone.xml
View file @
61b2b1c9
...
...
@@ -47,7 +47,7 @@
.logo-bar .search {
width: 150px;
float: right;
placeholder: "输入
楼盘
名称";
placeholder: "输入
项目
名称";
input-return-key: search;
}
...
...
This diff is collapsed.
Click to expand it.
vanke/view_iPhone/templates/statement/VankeStatementDetailListBoard_iPhone.m
View file @
61b2b1c9
...
...
@@ -78,7 +78,8 @@ ON_CREATE_VIEWS( signal )
self
.
navigationBarShown
=
YES
;
self
.
allowedSwipeToBack
=
YES
;
self
.
title
=
_data
.
shopName
;
self
.
operBar
.
hidden
=
!
[
_data
unconfirmed
];
// self.operBar.hidden = ![_data unconfirmed];
self
.
operBar
.
hidden
=
YES
;
[
self
initListAndModel
];
}
...
...
@@ -147,7 +148,8 @@ ON_SIGNAL3( VankeStatementSubjectListModel, RELOADED, signal )
self
.
title
=
respData
.
shopName
;
$
(
self
.
settlementBar
).
DATA
(
respData
);
$
(
self
.
imgState
).
DATA
([
NSString
stringWithFormat
:
@"%@_big.png"
,
respData
.
state
]);
self
.
operBar
.
hidden
=
!
[
respData
unconfirmed
];
// self.operBar.hidden = ![respData unconfirmed];
self
.
operBar
.
hidden
=
YES
;
}
else
{
if
(
nil
==
respData
)
{
respData
=
[[
StatementSubjectListResponseData
alloc
]
init
];
...
...
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