fix
This commit is contained in:
@@ -46,7 +46,7 @@ function parseRawTab(item: RawPickTabItem): PickTabData {
|
||||
imgs: isSystemPeriod
|
||||
? [strategyDetail.white_img ?? '', strategyDetail.black_img ?? '']
|
||||
: [],
|
||||
count: resData.list.length,
|
||||
count: strategyItem.detail_count ?? 0,
|
||||
};
|
||||
const tabData: PickTabData = {
|
||||
strategy: strategy,
|
||||
|
||||
Reference in New Issue
Block a user