Commit 4433202a authored by agping's avatar agping

feed流喜报修改

parent c8a5503f
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
<div class="story_font2"> <div class="story_font2">
<span class="story_font_span3">成功下定</span> <span class="story_font_span3">{{deal_type}}</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>
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
deal_name: '', deal_name: '',
deal_time: '', deal_time: '',
deal_shop:'', deal_shop:'',
deal_type:'',
zan_clickpic: zan, zan_clickpic: zan,
click_num: 1, click_num: 1,
show_zannum: '', show_zannum: '',
...@@ -106,6 +107,7 @@ ...@@ -106,6 +107,7 @@
_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_name = response.data.data.content; _this.deal_name = response.data.data.content;
_this.deal_type = response.data.data.type_string;
_this.show_zannum = response.data.data.click_num; _this.show_zannum = response.data.data.click_num;
} else {} } 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