Commit 00e4a6fb1181c2a8ca4e0e025e600edfc40fb37c

Authored by liushiyu
1 parent 2f883851

0.2.4

CNLiveCommuntyModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCommuntyModule'
11   - s.version = '0.2.3'
  11 + s.version = '0.2.4'
12 12 s.summary = 'A short description of CNLiveCommuntyModule.'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
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 };
... ...