Commit 00e4a6fb1181c2a8ca4e0e025e600edfc40fb37c
1 parent
2f883851
0.2.4
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCommuntyModule.podspec
CNLiveCommuntyModule/Classes/ViewModel/CNLiveCommuntViewModel.m
| ... | ... | @@ -199,7 +199,7 @@ |
| 199 | 199 | if (showType == CNLiveCommuntListShowTypePayCost) { |
| 200 | 200 | NSDictionary * paramDict = @{ |
| 201 | 201 | @"sid":[CNUserInfoManager manager].userInfoModel.uid, |
| 202 | - @"neighborhoodId":nbhdId, | |
| 202 | + @"neighborhoodId":[nbhdId isNotBlank]?nbhdId:@"", | |
| 203 | 203 | @"page":[NSString stringWithFormat:@"%ld",page], |
| 204 | 204 | @"pageSize":@"10" |
| 205 | 205 | }; | ... | ... |