@@ -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%,清除定时器