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

Commit

Permalink
feat(广告): (#454) 圈子首页顶部广告位
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 13, 2018
1 parent 5802b59 commit 5550515
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/page/group/Group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
</header>

<main style="padding-top: 0.9rem">

<!-- 圈子首页顶部广告位 -->
<detail-ad type="group:home"/>

<router-link
:to="{ name: 'groups', query: { type: 'recommend' } }"
class="m-box m-aln-center m-justify-bet m-main mt10 group-label m-bb1">
Expand Down Expand Up @@ -91,12 +95,14 @@
</template>
<script>
import GroupItem from "./GroupItem.vue";
import DetailAd from "@/components/advertisement/DetailAd.vue";
import * as api from "@/api/group.js";
export default {
name: "Group",
components: {
GroupItem
GroupItem,
DetailAd
},
data() {
const myGroups = new Map();
Expand Down

0 comments on commit 5550515

Please sign in to comment.