Commit 135c3954 by fengzhaoyu

小程序id缺失

parent 3f46eaf0
...@@ -101,7 +101,7 @@ create.Page({ ...@@ -101,7 +101,7 @@ create.Page({
createModel: 'auto' createModel: 'auto'
} }
addSchedule(getId).then(success => { addSchedule(getId).then(success => {
this.showFile(success.data.id) this.showFile(success.data.data.id)
}) })
} }
}, },
...@@ -203,7 +203,7 @@ create.Page({ ...@@ -203,7 +203,7 @@ create.Page({
} }
addSchedule(getId).then(success => { addSchedule(getId).then(success => {
delFile(data).then(res => { delFile(data).then(res => {
_that.showFile(success.data.id) _that.showFile(success.data.data.id)
}) })
}) })
} }
......
...@@ -81,7 +81,7 @@ create.Page({ ...@@ -81,7 +81,7 @@ create.Page({
createModel: 'auto' createModel: 'auto'
} }
addSchedule(getId).then(success => { addSchedule(getId).then(success => {
this.saveUpload(success.data.id) this.saveUpload(success.data.data.id)
}) })
} }
}, },
......
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