From 8879b04fa72f078e130adcbf94d1fd4efc27b652 Mon Sep 17 00:00:00 2001 From: LXD312569496 <450468291@qq.com> Date: Thu, 31 Oct 2019 19:53:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20bug=EF=BC=9A=E4=BC=A0=E7=BB=9F=E8=8A=82?= =?UTF-8?q?=E6=97=A5=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/model/date_model.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/model/date_model.dart b/lib/model/date_model.dart index 0882e3b..d0ae60d 100644 --- a/lib/model/date_model.dart +++ b/lib/model/date_model.dart @@ -45,7 +45,7 @@ class DateModel { //传统农历节日 String get traditionFestival => - LunarUtil.getTraditionFestival(year, month, day); + LunarUtil.getTraditionFestival(lunarYear, lunarMonth, lunarDay); bool isCurrentMonth; //是否是当前月份