|
@@ -321,8 +321,7 @@ class RecipesFragment : CommonBVMFragment<FragmentCommeListBinding, HomeViewMode
|
|
|
} else {
|
|
|
if (viewModel.recipesType == RecipesType.ONLINE) {
|
|
|
if (!viewModel.loadMoreOnLineRecipeList(
|
|
|
- viewModel.categoryCode,
|
|
|
- viewModel.currCategoryName,
|
|
|
+ viewModel.categoryCode, currentHotWord,
|
|
|
)
|
|
|
) {
|
|
|
finishLoadMoreWithNoMoreData()
|