1. 优化房间进房逻辑

2. 增加进房时麦位效果
3. 修正错误的代码单词
This commit is contained in:
eggmanQQQ
2024-07-18 19:03:11 +08:00
parent c7aea082be
commit f031f387a1
57 changed files with 593 additions and 529 deletions

View File

@@ -50,7 +50,7 @@
if (code == 200) {
self.retryCount = 0;
NSDictionary * initData = data.data;
self.iosPhoneBind = [initData[@"iosPhoneBind"] boolValue];
self.iOSPhoneBind = [initData[@"iosPhoneBind"] boolValue];
//
self.openCandyTree = [initData[@"openBoxSwitch"] boolValue];
self.openCandyTreeLimitLevel = [initData[@"openBoxSwitchLevelNo"] intValue];