房内活动跳h5传roomUid,h5跳转充值页面

This commit is contained in:
chenguilong
2022-03-23 18:41:18 +08:00
committed by fengshuo
parent 5557f7a769
commit 10ea74e277
2 changed files with 5 additions and 2 deletions

View File

@@ -225,7 +225,8 @@
return;
}
XPWebViewController * webVC = [[XPWebViewController alloc] init];
webVC.url = info.skipUri;
webVC.roomUid = [NSString stringWithFormat:@"%ld", self.hostDelegate.getRoomInfo.uid];
webVC.url = info.skipUri;
[self.hostDelegate.getCurrentNav pushViewController:webVC animated:YES];
}
}