feat:更新表单组件
This commit is contained in:
@@ -108,7 +108,8 @@ class _RecordDailyState extends State<RecordDaily> {
|
||||
_buildRecordTitle(type),
|
||||
const SizedBox(height: 4),
|
||||
_buildRecordContent(provider.currentRecord, type),
|
||||
if (checkHasRecordValue(provider.currentRecord, type))
|
||||
const SizedBox(height: 4),
|
||||
if (checkNeedRecordTip(provider.currentRecord, type))
|
||||
_buildRecordTip(
|
||||
provider.currentRecord,
|
||||
provider.selectedDate,
|
||||
|
||||
Reference in New Issue
Block a user