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
79976f0e
Commit
79976f0e
authored
Nov 23, 2015
by
Achilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
statement
parent
4d3b1e20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
VankeAffairsBoard_iPhone.m
.../view_iPhone/templates/affairs/VankeAffairsBoard_iPhone.m
+5
-1
No files found.
vanke/view_iPhone/templates/affairs/VankeAffairsBoard_iPhone.m
View file @
79976f0e
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
#import "VankeAffairsBoard_iPhone.h"
#import "VankeAffairsBoard_iPhone.h"
#import "VankeUtil.h"
#import "VankeUtil.h"
#import "VankeAppBoard_iPhone.h"
#import "VankeNoticeListBoard_iPhone.h"
#import "VankeNoticeListBoard_iPhone.h"
#import "VankeStatementListBoard_iPhone.h"
#import "VankeStatementListBoard_iPhone.h"
...
@@ -70,6 +71,7 @@ ON_WILL_APPEAR( signal )
...
@@ -70,6 +71,7 @@ ON_WILL_APPEAR( signal )
}
else
{
}
else
{
self
.
navigationController
.
navigationBar
.
tintColor
=
color
;
self
.
navigationController
.
navigationBar
.
tintColor
=
color
;
}
}
[[
VankeAppBoard_iPhone
sharedInstance
]
showMenu
];
}
}
ON_DID_APPEAR
(
signal
)
ON_DID_APPEAR
(
signal
)
...
@@ -84,12 +86,14 @@ ON_DID_DISAPPEAR( signal )
...
@@ -84,12 +86,14 @@ ON_DID_DISAPPEAR( signal )
{
{
}
}
ON_SIGNAL3
(
VankeAffairsBoard_iPhone
,
btnNotice
,
signal
)
{
ON_SIGNAL3
(
VankeAffairsBoard_iPhone
,
btnNotice
,
signal
)
{
[[
VankeAppBoard_iPhone
sharedInstance
]
hideMenu
];
VankeNoticeListBoard_iPhone
*
board
=
[
VankeNoticeListBoard_iPhone
board
];
VankeNoticeListBoard_iPhone
*
board
=
[
VankeNoticeListBoard_iPhone
board
];
[
self
.
stack
pushBoard
:
board
animated
:
YES
];
[
self
.
stack
pushBoard
:
board
animated
:
YES
];
}
}
ON_SIGNAL3
(
VankeAffairsBoard_iPhone
,
btnBill
,
signal
)
{
ON_SIGNAL3
(
VankeAffairsBoard_iPhone
,
btnBill
,
signal
)
{
[[
VankeAppBoard_iPhone
sharedInstance
]
hideMenu
];
VankeStatementListBoard_iPhone
*
board
=
[
VankeStatementListBoard_iPhone
board
];
VankeStatementListBoard_iPhone
*
board
=
[
VankeStatementListBoard_iPhone
board
];
[
self
.
stack
pushBoard
:
board
animated
:
YES
];
[
self
.
stack
pushBoard
:
board
animated
:
YES
];
}
}
...
...
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