|
const calorie = this.getCalorie(60, totalDistance); // 假设体重为60kg
|
|
const calorie = this.getCalorie(60, totalDistance); // 假设体重为60kg
|
|
console.log('总距离', totalDistance, '段距离', distance, '总卡路里', calorie, '配速', pace);
|
|
console.log('总距离', totalDistance, '段距离', distance, '总卡路里', calorie, '配速', pace);
|