fix error
parent
efcabfe7c8
commit
275ca3d4a1
|
@ -82,7 +82,7 @@
|
||||||
NSDictionary<NSString *, NSString *> *item4 = @{@"menuId": @"shareQrcodePicId", @"title": @"Phiz code", @"image": @"qrCode", @"darkImage": @"qrCode", @"type": @"common"};
|
NSDictionary<NSString *, NSString *> *item4 = @{@"menuId": @"shareQrcodePicId", @"title": @"Phiz code", @"image": @"qrCode", @"darkImage": @"qrCode", @"type": @"common"};
|
||||||
|
|
||||||
|
|
||||||
NSArray<NSDictionary<NSString *, NSString *> *> *list = @[item1, item2, item3];
|
NSArray<NSDictionary<NSString *, NSString *> *> *list = @[item1, item2, item3,item4];
|
||||||
NSLog(@"customMenusInApplet:%@,list=%@",path,list);
|
NSLog(@"customMenusInApplet:%@,list=%@",path,list);
|
||||||
|
|
||||||
NSMutableArray *models = [NSMutableArray array];
|
NSMutableArray *models = [NSMutableArray array];
|
||||||
|
|
Loading…
Reference in New Issue