|
|
@@ -724,11 +724,12 @@ class emailTemplate {
|
|
|
<p><strong>校区:</strong> ${data.area}</p>
|
|
|
<p><strong>楼栋:</strong> ${data.building}</p>
|
|
|
<p><strong>寝室号:</strong> ${data.room}</p>
|
|
|
- <p><strong>当前余额:</strong> ${data.now_balance}</p>
|
|
|
+ <p><strong>当前余额:</strong> ¥${data.now_balance}</p>
|
|
|
+ <p><strong>提醒阈值:</strong> ¥${data.now_balance}</p>
|
|
|
<p><strong>扣费时间:</strong> ${data.now_change_time}</p>
|
|
|
</div>
|
|
|
|
|
|
- <p class="important">当前电费已低于预设提醒阈值${data.lowest - data.now_balance}元,请及时充值</p>
|
|
|
+ <p class="important">当前电费已低于预设提醒阈值${Number(data.lowest - data.now_balance).toFixed(2)}元,请及时充值</p>
|
|
|
<p class="footer">Copyright © 2025 RunForge ✨</p>
|
|
|
</div>
|
|
|
</body>
|