Commit ed888a1244c8d89f2343c4b24e8b15fc236ebba3

Authored by yanglingyu
1 parent be436edb

0.5.8

CNLiveCMineModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCMineModule'
11   - s.version = '0.5.7'
  11 + s.version = '0.5.8'
12 12 s.summary = '网家家C端个人中心'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveCMineModule/Classes/CNCMine/View/CNListCollectionView.m
... ... @@ -173,7 +173,7 @@ static NSString *CNWalletCellID = @"CNWalletCellID";
173 173 break;
174 174 case 1:
175 175 {
176   - [[CNLiveCMineService shareMineProtocol] pushCMineInteContentForCMainWebViewWithURL:cn_WjjH5_Host(@"/cnStepApp.html?isShowTitle=true&channelName=tg_wrjb2") statue:CNLiveCMineIntePushWebViewStatueTask];
  176 + [[CNLiveCMineService shareMineProtocol] pushCMineInteContentForCMainWebViewWithURL:[NSString stringWithFormat:@"https://%@/cnStepApp.html?isShowTitle=true&channelName=tg_wrjb2",WjjH5] statue:CNLiveCMineIntePushWebViewStatueTask];
177 177 }
178 178 break;
179 179 case 2:
... ...