移除 A/B 相关代码。
通过 [ClientConfig shareConfig].canOpen 控制页面,现在已没有相关配置,删除/调整相关内容,[ClientConfig shareConfig].canOpen == YES 的部分将保留等价逻辑/代码
This commit is contained in:
@@ -104,7 +104,6 @@
|
||||
|
||||
[self.datasource addObject:self.addPicImage];
|
||||
|
||||
self.addTopicView.hidden = ![ClientConfig shareConfig].canOpen;
|
||||
for (id view in self.textView.subviews) {
|
||||
if ([view isKindOfClass:[UITextView class]]){
|
||||
UITextView *textView = view;
|
||||
|
Reference in New Issue
Block a user