update pay ui
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -363,6 +363,9 @@ const ConceptCenter = () => {
|
|||||||
// 重新获取数据
|
// 重新获取数据
|
||||||
fetchConcepts(searchQuery, 1, selectedDate, sortBy, filter);
|
fetchConcepts(searchQuery, 1, selectedDate, sortBy, filter);
|
||||||
|
|
||||||
|
// 滚动到页面顶部,让用户看到筛选结果
|
||||||
|
window.scrollTo({ top: 0, behavior: 'smooth' });
|
||||||
|
|
||||||
// 显示提示
|
// 显示提示
|
||||||
toast({
|
toast({
|
||||||
title: '已应用筛选',
|
title: '已应用筛选',
|
||||||
|
|||||||
Reference in New Issue
Block a user