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
009185bd
Commit
009185bd
authored
9 years ago
by
Achilles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
切换用户时, 处理选择项目对话框逻辑不正确
parent
8cb176ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
VankeAffairsBoard_iPhone.m
.../view_iPhone/templates/affairs/VankeAffairsBoard_iPhone.m
+3
-2
No files found.
vanke/view_iPhone/templates/affairs/VankeAffairsBoard_iPhone.m
View file @
009185bd
...
@@ -45,8 +45,6 @@ DEF_OUTLET( BeeUIButton, btnServiceApply )
...
@@ -45,8 +45,6 @@ DEF_OUTLET( BeeUIButton, btnServiceApply )
-
(
void
)
load
-
(
void
)
load
{
{
VankeCommonModel
*
userModel
=
[
VankeCommonModel
sharedInstance
];
authorizedOrgs
=
[
userModel
getAuthOrgs
];
}
}
-
(
void
)
unload
-
(
void
)
unload
...
@@ -100,6 +98,9 @@ ON_SIGNAL3(VankeAffairsBoard_iPhone, btnNotice, signal) {
...
@@ -100,6 +98,9 @@ ON_SIGNAL3(VankeAffairsBoard_iPhone, btnNotice, signal) {
}
}
ON_SIGNAL3
(
VankeAffairsBoard_iPhone
,
btnBill
,
signal
)
{
ON_SIGNAL3
(
VankeAffairsBoard_iPhone
,
btnBill
,
signal
)
{
VankeCommonModel
*
userModel
=
[
VankeCommonModel
sharedInstance
];
authorizedOrgs
=
[
userModel
getAuthOrgs
];
if
(
authorizedOrgs
.
count
==
0
)
{
if
(
authorizedOrgs
.
count
==
0
)
{
return
;
return
;
}
else
if
(
authorizedOrgs
.
count
==
1
)
{
}
else
if
(
authorizedOrgs
.
count
==
1
)
{
...
...
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