装扮购买、赠送接口参数修改
This commit is contained in:
@@ -346,24 +346,6 @@ NSString * const kJSOpenRoomForGiftId = @"openRoomForGiftId";
|
||||
[[XCCurrentVCStackManager shareManager].getCurrentVC.navigationController pushViewController:vc animated:YES];
|
||||
}
|
||||
break;
|
||||
case 73:
|
||||
{
|
||||
//装扮商城
|
||||
NSString *index = [NSString stringWithFormat:@"%@", bodyDict[@"routerVal"]];
|
||||
XPDressUpShopViewController *vc = [[XPDressUpShopViewController alloc] init];
|
||||
vc.currentIndex = [index integerValue];
|
||||
[[XCCurrentVCStackManager shareManager].getCurrentVC.navigationController pushViewController:vc animated:YES];
|
||||
}
|
||||
break;
|
||||
case 74:
|
||||
{
|
||||
//我的装扮
|
||||
NSString *index = [NSString stringWithFormat:@"%@", bodyDict[@"routerVal"]];
|
||||
XPMineDressUpViewController *vc = [[XPMineDressUpViewController alloc] init];
|
||||
vc.currentIndex = [index integerValue];
|
||||
[[XCCurrentVCStackManager shareManager].getCurrentVC.navigationController pushViewController:vc animated:YES];
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user