Commit 608998889dd14fbe63c14827c9cbc0baf8fb841f
1 parent
0240d1bf
0.4.0
Showing
3 changed files
with
3 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/Colletion/ViewController/CNMineGoodsCollectViewController.m
| ... | ... | @@ -136,6 +136,7 @@ |
| 136 | 136 | |
| 137 | 137 | - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { |
| 138 | 138 | CNCollectGoodListModel *model = self.data[indexPath.row]; |
| 139 | + [[NSUserDefaults standardUserDefaults] setObject:@{@"time":@0,@"activity_id":@"ds_collect"} forKey:@"CNLiveWebViewUnionNewActivityKey"]; | |
| 139 | 140 | [[CNLiveCMineService shareMineProtocol] skipType:@"2" to:model.id shopType:model.shop_type currentVC:self]; |
| 140 | 141 | } |
| 141 | 142 | #pragma mark - Action | ... | ... |
Example/CNLiveCMineModule/CNLIVEAppDelegate.m
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | |
| 29 | 29 | [super application:application didFinishLaunchingWithOptions:launchOptions]; |
| 30 | 30 | |
| 31 | - [CNUserInfoManager manager].userInfoModel.uid = @"10510277";//@"10510277";//11174272//12857262 | |
| 31 | + [CNUserInfoManager manager].userInfoModel.uid = @"11174272";//@"10510277";//11174272//12857262 | |
| 32 | 32 | |
| 33 | 33 | self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; |
| 34 | 34 | self.window.backgroundColor = [UIColor whiteColor]; | ... | ... |