Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
feat(广告): 增加动态详情页广告位
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 13, 2018
1 parent 44c1f69 commit a8a9fe0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/page/feed/FeedDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
</router-link>
</div>
</main>

<!-- 详情页广告位 -->
<detail-ad type="feed"/>

<!-- 评论列表 -->
<div
id="comment_list"
Expand Down Expand Up @@ -166,6 +170,7 @@ import bus from "@/bus.js";
import { mapState } from "vuex";
import ArticleCard from "@/page/article/ArticleCard.vue";
import CommentItem from "@/page/article/ArticleComment.vue";
import DetailAd from "@/components/advertisement/DetailAd";
import wechatShare from "@/util/wechatShare.js";
import { limit } from "@/api/api.js";
import { followUserByStatus, getUserInfoById } from "@/api/user.js";
Expand All @@ -175,7 +180,8 @@ export default {
name: "FeedDetail",
components: {
ArticleCard,
CommentItem
CommentItem,
DetailAd
},
data() {
return {
Expand Down

0 comments on commit a8a9fe0

Please sign in to comment.