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