💄 Optimization of post item style

This commit is contained in:
2024-09-21 23:28:14 +08:00
parent c896185af0
commit 6cde218393
4 changed files with 6 additions and 6 deletions

View File

@ -88,7 +88,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
Future<void> _pullDaily() async {
try {
_signRecord = await _dailySign.getToday();
_dailySign.listLastRecord(30).then((value) {
_dailySign.listLastRecord(14).then((value) {
setState(() => _signRecordHistory = value);
});
} catch (e) {