|
@@ -178,7 +178,7 @@ class emailTemplate {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
async updateSuccess(email, data) {
|
|
async updateSuccess(email, data) {
|
|
|
- await sendEmail(email, 'RunForge - 乐跑账号更新成功提醒',
|
|
|
|
|
|
|
+ await sendEmail(email, '乐跑账号更新成功提醒',
|
|
|
`<html lang="zh-CN">
|
|
`<html lang="zh-CN">
|
|
|
<head>
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
<meta charset="UTF-8">
|
|
@@ -725,7 +725,7 @@ class emailTemplate {
|
|
|
<p><strong>楼栋:</strong> ${data.building}</p>
|
|
<p><strong>楼栋:</strong> ${data.building}</p>
|
|
|
<p><strong>寝室号:</strong> ${data.room}</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.lowest}</p>
|
|
|
<p><strong>扣费时间:</strong> ${data.now_change_time}</p>
|
|
<p><strong>扣费时间:</strong> ${data.now_change_time}</p>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|