Commit 4d6c8735 authored by agping's avatar agping

app公告详情

parent e3317f98
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
}) })
.then(function(response) { .then(function(response) {
if(response.data.code == 200) { if(response.data.code == 200) {
_this.house_title=response.data.data.house_title; _this.house_title=response.data.data.title;//改成title
_this.create_time=response.data.data.create_time; _this.create_time=response.data.data.create_time;
_this.content=response.data.data.content; _this.content=response.data.data.content;
console.log(response.data.data.content); console.log(response.data.data.content);
......
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