Commit ea22f5a279aace432420c78b6f80e80a0fea85e3
1 parent
b165426b
0.3.2
Showing
2 changed files
with
2 additions
and
1 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.3.1' | 11 | + s.version = '0.3.2' |
| 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/ViewController/CNLiveCommuntyOrderViewController.m
| @@ -95,6 +95,7 @@ | @@ -95,6 +95,7 @@ | ||
| 95 | }else{ | 95 | }else{ |
| 96 | self.createMdoel.imgs = [self.createMdoel.img componentsSeparatedByString:@","].mutableCopy; | 96 | self.createMdoel.imgs = [self.createMdoel.img componentsSeparatedByString:@","].mutableCopy; |
| 97 | [self.createMdoel.imgs removeObject:@""]; | 97 | [self.createMdoel.imgs removeObject:@""]; |
| 98 | + [self setupWithNaviView]; | ||
| 98 | } | 99 | } |
| 99 | } | 100 | } |
| 100 | -(void)setupWithNaviView | 101 | -(void)setupWithNaviView |