个人信息修改

This commit is contained in:
lianxiang
2018-09-18 20:13:59 +08:00
parent 2c81fa6c7d
commit 27e27d5d12
42 changed files with 981 additions and 54 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
if(indexPath.row == 0){
self.cachLabe.hidden = NO;
int M = arc4random() % 5;
self.cachLabe.text = [NSString stringWithFormat:@"%dM",M];
}
self.descLabel.text = listArr[indexPath.row];