From 030c51966683c197f640e849b0f87778fc7f5e53 Mon Sep 17 00:00:00 2001 From: yyt <1721861653@qq.com> Date: Tue, 9 May 2023 22:44:14 +0800 Subject: [PATCH] ..... --- teamwork/.hbuilderx/launch.json | 2 +- teamwork/pages/sport/start.vue | 1 + teamwork/pages/team/main.vue | 4 ++-- 3 files changed, 4 insertions(+), 3 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/start.vue b/teamwork/pages/sport/start.vue index bdd011c..7283af2 100644 --- a/teamwork/pages/sport/start.vue +++ b/teamwork/pages/sport/start.vue @@ -138,6 +138,7 @@ that.duration++ uni.getLocation({ type: 'gcj02', + enableHighAccuracy: true, success: function(res) { that1.latitude = res.latitude that1.longitude = res.longitude diff --git a/teamwork/pages/team/main.vue b/teamwork/pages/team/main.vue index a221b01..39e3ae1 100644 --- a/teamwork/pages/team/main.vue +++ b/teamwork/pages/team/main.vue @@ -128,10 +128,10 @@ }) .then(res => { console.log(res), - this.name = res.result.data.username, + this.name = res.result.data.teamname, this.activityList = res.result.data.activityList, this.join = res.result.join, - this.icon = res.result.data.icon + this.icon = res.result.data.teamicon console.log(this.join) }) }, -- GitLab