重庆迈尖科技有限公司
2020-05-19 8fd5bf6336abd571c4f337993965c743d568f91e
Merge branch 'master' of ssh://193.112.35.168:29418/fanliquan
3个文件已修改
7 ■■■■■ 已修改文件
MIduo.xcworkspace/xcuserdata/lrj.xcuserdatad/UserInterfaceState.xcuserstate 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/数据/CommonMethod/CommonMethodManage.m 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/UserInfo/userInfoViewController.m 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo.xcworkspace/xcuserdata/lrj.xcuserdatad/UserInterfaceState.xcuserstate
Binary files differ
MIduo/Êý¾Ý/CommonMethod/CommonMethodManage.m
@@ -85,6 +85,9 @@
    [YTHsharedManger startManger].dictionaryCopy = dictionary;
    if (title && ![title isEqualToString:@""] && ![title isEqual:[NSNull null]]) {
        ALToastCenter(title);
    } else {
        ALToastCenter(@"复制成功");
    }
}
- (void)clearClipboard {
MIduo/½çÃæ/ÎÒµÄ/UserInfo/userInfoViewController.m
@@ -381,6 +381,10 @@
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
    if(section == 0) {
        if ([YTHsharedManger startManger].iosonling == 1) {//iOS审核中
            return 4;
        }
        if ([self isHaveValue:self.invitCode] && [ALUserInfoServiceManger isMembership]) {
            self.count = 6;
            return 6;