update pay ui

This commit is contained in:
2025-12-05 13:38:06 +08:00
parent 48d9c76c5e
commit 306cbfa9ab
2 changed files with 433 additions and 542 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -363,6 +363,9 @@ const ConceptCenter = () => {
// 重新获取数据
fetchConcepts(searchQuery, 1, selectedDate, sortBy, filter);
// 滚动到页面顶部,让用户看到筛选结果
window.scrollTo({ top: 0, behavior: 'smooth' });
// 显示提示
toast({
title: '已应用筛选',