提交 030c5196 编写于 作者: Y yyt

.....

上级 51871c25
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"type" : "uniCloud" "type" : "uniCloud"
}, },
{ {
"playground" : "standard", "playground" : "custom",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
} }
] ]
......
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
that.duration++ that.duration++
uni.getLocation({ uni.getLocation({
type: 'gcj02', type: 'gcj02',
enableHighAccuracy: true,
success: function(res) { success: function(res) {
that1.latitude = res.latitude that1.latitude = res.latitude
that1.longitude = res.longitude that1.longitude = res.longitude
......
...@@ -128,10 +128,10 @@ ...@@ -128,10 +128,10 @@
}) })
.then(res => { .then(res => {
console.log(res), console.log(res),
this.name = res.result.data.username, this.name = res.result.data.teamname,
this.activityList = res.result.data.activityList, this.activityList = res.result.data.activityList,
this.join = res.result.join, this.join = res.result.join,
this.icon = res.result.data.icon this.icon = res.result.data.teamicon
console.log(this.join) console.log(this.join)
}) })
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册