Commit 0c5a7456 authored by agping's avatar agping

feed修改

parent d63f4450
......@@ -19,9 +19,9 @@
</div>
<div class="story_font2">
<span class="story_font_span3">成交</span>
<!--<span class="story_font_span3">成交</span>-->
<span class="story_font_span4">{{deal_shop}}</span>
<span class="story_font_span5">商铺一套!</span>
<!--<span class="story_font_span5">商铺一套!</span>-->
</div>
</div>
<div class="story_font3">
......@@ -104,7 +104,8 @@
.then(function(response) {
if(response.data.code == 200) {
_this.deal_time = response.data.data.create_time;
_this.deal_shop = response.data.data.house_title;
// _this.deal_shop = response.data.data.house_title;
_this.deal_shop = response.data.data.content;
_this.show_zannum = response.data.data.click_num;
} else {}
})
......
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