This commit is contained in:
2025-11-17 20:07:39 +08:00
parent ee433db4ad
commit 005e3c7581
43 changed files with 529 additions and 172 deletions

View File

@@ -53,7 +53,7 @@
_useEmptyDataSet = YES; //
_emptyShouldAllowScroll = YES; //
_emptyVerticalOffset = 0; //
_emptyTitleText = @"暂无数据"; //
_emptyTitleText = KBLocalized(@"暂无数据"); //
#if KB_HAS_DZN
self.emptyDataSetSource = self;
@@ -148,7 +148,7 @@
self.useEmptyDataSet = NO;
//
NSString *t = title ?: @"暂无数据";
NSString *t = title ?: KBLocalized(@"暂无数据");
LYEmptyView *ev = nil;
if (buttonTitle.length > 0) {