Commit b7b3904f authored by tianbj's avatar tianbj

文章

parent f6e3f6cc
......@@ -342,8 +342,8 @@
ms.http.get(ms.manager + "/mdiy/model/get.do",{
id:this.currCategory.mdiyModelId
}).then(function (data) {
if(data.id){
that.rederModel(data,JSON.parse(data.modelJson))
if(data.data.id){
that.rederModel(data.data,JSON.parse(data.data.modelJson))
}
})
}
......
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