邹能昇 2 months ago
parent
commit
daabf96848
1 changed files with 7 additions and 6 deletions
  1. 7 6
      nova-werun/pages/home/sport/sport-start/index.js

+ 7 - 6
nova-werun/pages/home/sport/sport-start/index.js

@@ -203,14 +203,15 @@ Page({
                 });
 
                 if(percentage >= 100){
+                    wx.showToast({
+                        title: '运动已结束',
+                        icon: 'success',
+                        duration: 500
+                    });
                     setTimeout(()=>{
-                        wx.showToast({
-                            title: '运动已结束',
-                            icon: 'success',
-                            duration: 500
-                        });
+                        this.onConfirm()
                     },500)
-                     this.onConfirm()
+
                 }
 
                 // 如果达到 100%,清除定时器