装扮购买、赠送接口参数修改

This commit is contained in:
chenguilong
2022-08-04 18:40:30 +08:00
parent 0650dcdc01
commit ff0e889aff
7 changed files with 28 additions and 29 deletions

View File

@@ -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;
}