邹能昇 2 月之前
父节点
当前提交
5ad83729e4
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      nova-werun/pages/home/sport/sport-start/index.js

+ 5 - 2
nova-werun/pages/home/sport/sport-start/index.js

@@ -316,8 +316,7 @@ Page({
                 // 这里可以处理位置变化的逻辑
                 console.log('位置已更新:', res);
             });
-            that.progressdate()
-            that.progressActivitydate()
+
         }, 1000);
 
         this.setData({
@@ -475,6 +474,10 @@ Page({
             // 更新总距离
             const totalDistance = parseFloat((Number(this.data.distance) + Number(distance)).toFixed(3));
 
+            if(totalDistance!=this.data.distance){
+                this.progressdate()
+                this.progressActivitydate()
+            }
             // 计算卡路里
             const calorie = this.getCalorie(60, totalDistance); // 假设体重为60kg