From 2ec1759e796fa014fdebcdc66502503a3a9aaed7 Mon Sep 17 00:00:00 2001 From: yyt <1721861653@qq.com> Date: Wed, 24 May 2023 22:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=80=E7=82=B9=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- teamwork/.hbuilderx/launch.json | 2 +- teamwork/pages/sport/countdown.vue | 4 ++-- teamwork/pages/sport/start.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/teamwork/.hbuilderx/launch.json b/teamwork/.hbuilderx/launch.json index 124dafb..4313b84 100644 --- a/teamwork/.hbuilderx/launch.json +++ b/teamwork/.hbuilderx/launch.json @@ -16,7 +16,7 @@ "type" : "uniCloud" }, { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-android" } ] diff --git a/teamwork/pages/sport/countdown.vue b/teamwork/pages/sport/countdown.vue index 445afe9..46bc432 100644 --- a/teamwork/pages/sport/countdown.vue +++ b/teamwork/pages/sport/countdown.vue @@ -18,13 +18,13 @@ data() { return { type: '', - // timer: null, //定时器 + timer: null, //定时器 digit: 3 } }, methods: { change() { - // Voice((this.digit).toString()) + Voice((this.digit).toString()) this.digit--; if (this.digit == 0) { clearInterval(this.timer); diff --git a/teamwork/pages/sport/start.vue b/teamwork/pages/sport/start.vue index ecbee5a..b54d759 100644 --- a/teamwork/pages/sport/start.vue +++ b/teamwork/pages/sport/start.vue @@ -60,7 +60,7 @@ info: { id: '', type: '', - userId: '644a643a0c801ca878983559', + userId: '', startTime: '', duration: 0, distance: 0, -- GitLab