提交 cbd464ad 编写于 作者: 0 042003124

修改跑步记录bug

上级 d2a5593d
...@@ -17,6 +17,7 @@ exports.main = async (event, context) => { ...@@ -17,6 +17,7 @@ exports.main = async (event, context) => {
distance: arr[i]["distance"], distance: arr[i]["distance"],
pace: arr[i]["pace"], pace: arr[i]["pace"],
startDatetime: arr[i]["start_date"] startDatetime: arr[i]["start_date"]
duration:arr[i]["duration"]
} }
list.push(record) list.push(record)
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册