|
@@ -5,10 +5,8 @@ import {ccUtils} from '../../utils/ccUtils'
|
|
|
import {Data, Mgr} from '../../GameControl'
|
|
|
import List from '../../uiutils/List'
|
|
|
import {UI} from '../../enums/UI'
|
|
|
-import {GAME_TYPE, HOME_ROLE_TYPE} from '../../enums/Enum'
|
|
|
-import {HttpUrl} from '../../config/HttpUrl'
|
|
|
+import {GAME_TYPE} from '../../enums/Enum'
|
|
|
import {SemeGirdCfg} from '../../config/SemeGirdCfg'
|
|
|
-import {ChooseGameTypeCell} from './ChooseGameTypeCell'
|
|
|
import {SemePartCfg} from '../../config/SemePartCfg'
|
|
|
import {HomeWorkGames} from '../../config/GlobalConfig'
|
|
|
|
|
@@ -43,7 +41,7 @@ export class HomeWorkUI extends BaseUI {
|
|
|
if (curSemeInfo) {
|
|
|
indexSeme = +Data.global.semeType[curSemeInfo.yearRange]
|
|
|
}
|
|
|
- if (data.semeID == indexSeme) allSemeCfg.push(data)
|
|
|
+ if (data.semeID == indexSeme || obj.gameType == GAME_TYPE.gamePinyin) allSemeCfg.push(data)
|
|
|
}
|
|
|
}
|
|
|
}
|