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

.....

上级 51871c25
......@@ -16,7 +16,7 @@
"type" : "uniCloud"
},
{
"playground" : "standard",
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
......
......@@ -138,6 +138,7 @@
that.duration++
uni.getLocation({
type: 'gcj02',
enableHighAccuracy: true,
success: function(res) {
that1.latitude = res.latitude
that1.longitude = res.longitude
......
......@@ -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)
})
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册