fix: 健康管理系统,换行统一修改。

This commit is contained in:
tianyongbao
2024-12-20 19:55:02 +08:00
parent 6cafc2c3e3
commit 73a9e4fb1f
4 changed files with 8 additions and 8 deletions

View File

@@ -278,7 +278,7 @@ onLoad(() => {
function formatMultiLineData(data) {
if (data != null) {
return data.replace(/<br\/>/g, '')
return data.replace(/<br\/>/g, '\n')
}
}
function openOrCloseDate(data) {