提交 55070d5a 编写于 作者: Y yyt

.

上级 e1a614bb
......@@ -81,7 +81,7 @@
uniCloud.callFunction({
name: url,
data: {
userId: this.info.userId,
userId: getApp().globalData.userId,
startTime: this.info.startTime,
duration: this.info.duration,
distance: this.info.distance,
......@@ -142,8 +142,8 @@
that1.latitude = res.latitude
that1.longitude = res.longitude
that.polyline[0].points.push({
latitude: that1.latitude,
longitude: that1.longitude
latitude: res.latitude,
longitude: res.longitude
})
if (that.duration >= 4) {
that.distance += that1.GetDistance(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册