Commit 1306e6fb by 谢中龙

修改任务时间格式转化错误

parent be2b48b4
...@@ -49,7 +49,6 @@ wxService.page({ ...@@ -49,7 +49,6 @@ wxService.page({
if (res) { if (res) {
const { result, data } = res.data const { result, data } = res.data
if (result == 0) { if (result == 0) {
console.log(data)
wx.hideLoading() wx.hideLoading()
data.content.forEach(item=>{ data.content.forEach(item=>{
//兼容ios //兼容ios
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment