|
@@ -452,11 +452,12 @@ class emailTemplate {
|
|
|
<div class="info">
|
|
<div class="info">
|
|
|
<p><strong>学号:</strong> ${data.account}</p>
|
|
<p><strong>学号:</strong> ${data.account}</p>
|
|
|
<p><strong>跑区:</strong> ${data.area} 🌈</p>
|
|
<p><strong>跑区:</strong> ${data.area} 🌈</p>
|
|
|
- <p><strong>跑步时间:</strong> ${this.formatSecondsToMinSec(data.time)} ⏱️</p>
|
|
|
|
|
|
|
+ <p><strong>跑步时长:</strong> ${this.formatSecondsToMinSec(data.time)} ⏱️</p>
|
|
|
<p><strong>平均配速:</strong> ${this.calculatePace(data.time, data.distance)} 🐇</p>
|
|
<p><strong>平均配速:</strong> ${this.calculatePace(data.time, data.distance)} 🐇</p>
|
|
|
<p><strong>跑步距离:</strong> ${Number(data.distance).toFixed(2)} Km 💕</p>
|
|
<p><strong>跑步距离:</strong> ${Number(data.distance).toFixed(2)} Km 💕</p>
|
|
|
<p><strong>累计次数:</strong> ${data.total_num} 次 ✨</p>
|
|
<p><strong>累计次数:</strong> ${data.total_num} 次 ✨</p>
|
|
|
- <p><strong>剩余次数:</strong> ${data.term_num === data.total_num ? (data.term_num - data.total_num) : '已完成'} 次 🎯</p>
|
|
|
|
|
|
|
+ <p><strong>开始时间:</strong> ${data.startTime} 🎯</p>
|
|
|
|
|
+ <p><strong>结束时间:</strong> ${data.endTime} 💨</p>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<p class="important">如果宝宝开启了自动乐跑,要记得不要在其他设备上登录“智慧体育”小程序哦 🚫📱,不然登录就会失效,要重新来一次啦~</p>
|
|
<p class="important">如果宝宝开启了自动乐跑,要记得不要在其他设备上登录“智慧体育”小程序哦 🚫📱,不然登录就会失效,要重新来一次啦~</p>
|