fix(health): 用药统计页文本中裸 < 字符导致模板编译报错,改用 &lt;

This commit is contained in:
tianyongbao
2026-06-17 05:59:23 +08:00
parent b2c26603e6
commit 6895c4cd79

View File

@@ -119,7 +119,7 @@
</view>
<view class="legend-item">
<view class="legend-dot bad"></view>
<text>服药率 < 50%</text>
<text>服药率 &lt; 50%</text>
</view>
</view>
</view>