Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8dccedeb
authored
Jul 03, 2026
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复一个崩溃
parent
23d81783
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/HomePage/View/Main/Model/FUSBaoFangAnchorModel.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/HomePage/View/Main/Other/FUSBaoFangHttpHelper.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/HomePage/View/Main/Model/FUSBaoFangAnchorModel.m
View file @
8dccedeb
...
...
@@ -119,12 +119,13 @@
}
if
(
FUSConfig
.
sharedInstanced
.
devConfigs
.
appStatus
)
{
NSMutableArray
*
filteredList
=
[[
NSMutableArray
alloc
]
init
];
for
(
FUSBaoFangAnchorModel
*
tempModel
in
resList
)
{
if
(
tempModel
.
type
==
3
||
tempModel
.
type
==
5
||
tempModel
.
type
=
=
4
)
{
[
resList
remove
Object
:
tempModel
];
if
(
tempModel
.
type
!=
3
&&
tempModel
.
type
!=
5
&&
tempModel
.
type
!
=
4
)
{
[
filteredList
append
Object
:
tempModel
];
}
}
resList
=
filteredList
;
}
return
resList
;
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/HomePage/View/Main/Other/FUSBaoFangHttpHelper.m
View file @
8dccedeb
...
...
@@ -214,7 +214,7 @@
//先取出原来的
NSDictionary
*
storeDict
=
[
FUSCustomizedInfosStore
fus_readCommonInfosWithKey
:
STORE_HOME_VEST_ROOM_GET_LIST
];
NSMutableDictionary
*
writeStoreDict
=
[[
NSMutableDictionary
alloc
]
init
];
if
(
!
storeDict
)
{
if
(
storeDict
)
{
writeStoreDict
=
[[
NSMutableDictionary
alloc
]
initWithDictionary
:
storeDict
];
}
if
([
NSString
isNull
:
language
])
{
...
...
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