|
@@ -346,7 +346,7 @@ class emailTemplate {
|
|
|
<p><strong>平均配速:</strong> ${this.calculatePace(data.time, data.distance)}</p>
|
|
<p><strong>平均配速:</strong> ${this.calculatePace(data.time, data.distance)}</p>
|
|
|
<p><strong>跑步距离:</strong> ${data.distance} Km</p>
|
|
<p><strong>跑步距离:</strong> ${data.distance} Km</p>
|
|
|
<p><strong>累计次数:</strong> ${data.total_num} 次</p>
|
|
<p><strong>累计次数:</strong> ${data.total_num} 次</p>
|
|
|
- <p><strong>剩余次数:</strong> ${data.term_num} 次</p>
|
|
|
|
|
|
|
+ <p><strong>剩余次数:</strong> ${data.term_num - data.total_num >= 0 ? (data.term_num - data.total_num) : '已完成'} 次</p>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<p class="important">请您开启了自动乐跑,请避免在其他设备上登录“智慧体育”小程序,否则将导致登录失效。</p>
|
|
<p class="important">请您开启了自动乐跑,请避免在其他设备上登录“智慧体育”小程序,否则将导致登录失效。</p>
|