Commit 00e4a6fb1181c2a8ca4e0e025e600edfc40fb37c
1 parent
2f883851
0.2.4
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCommuntyModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveCommuntyModule' | 10 | s.name = 'CNLiveCommuntyModule' |
| 11 | - s.version = '0.2.3' | 11 | + s.version = '0.2.4' |
| 12 | s.summary = 'A short description of CNLiveCommuntyModule.' | 12 | s.summary = 'A short description of CNLiveCommuntyModule.' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveCommuntyModule/Classes/ViewModel/CNLiveCommuntViewModel.m
| @@ -199,7 +199,7 @@ | @@ -199,7 +199,7 @@ | ||
| 199 | if (showType == CNLiveCommuntListShowTypePayCost) { | 199 | if (showType == CNLiveCommuntListShowTypePayCost) { |
| 200 | NSDictionary * paramDict = @{ | 200 | NSDictionary * paramDict = @{ |
| 201 | @"sid":[CNUserInfoManager manager].userInfoModel.uid, | 201 | @"sid":[CNUserInfoManager manager].userInfoModel.uid, |
| 202 | - @"neighborhoodId":nbhdId, | 202 | + @"neighborhoodId":[nbhdId isNotBlank]?nbhdId:@"", |
| 203 | @"page":[NSString stringWithFormat:@"%ld",page], | 203 | @"page":[NSString stringWithFormat:@"%ld",page], |
| 204 | @"pageSize":@"10" | 204 | @"pageSize":@"10" |
| 205 | }; | 205 | }; |