fix bug:传统节日计算错误

develop^2
LXD312569496 5 years ago committed by xiaodong
parent f82b8d470e
commit 8879b04fa7

@ -45,7 +45,7 @@ class DateModel {
// //
String get traditionFestival => String get traditionFestival =>
LunarUtil.getTraditionFestival(year, month, day); LunarUtil.getTraditionFestival(lunarYear, lunarMonth, lunarDay);
bool isCurrentMonth; // bool isCurrentMonth; //

Loading…
Cancel
Save