Commit c8a5503f authored by agping's avatar agping

feed流喜报修改

parent 0c5a7456
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
</div> </div>
<div class="story_font2"> <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_span4">{{deal_shop}}</span>
<!--<span class="story_font_span5">商铺一套!</span>--> <span class="story_font_span5">商铺一套!</span>
</div> </div>
</div> </div>
<div class="story_font3"> <div class="story_font3">
...@@ -104,8 +104,8 @@ ...@@ -104,8 +104,8 @@
.then(function(response) { .then(function(response) {
if(response.data.code == 200) { if(response.data.code == 200) {
_this.deal_time = response.data.data.create_time; _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.deal_name = response.data.data.content;
_this.show_zannum = response.data.data.click_num; _this.show_zannum = response.data.data.click_num;
} else {} } else {}
}) })
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
.story_font_span3 { .story_font_span3 {
float: left; float: left;
margin-left: 0.6rem; margin-left: 0.5rem;
line-height: 0.88rem; line-height: 0.88rem;
} }
......
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