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

Commit

Permalink
chore: 屏蔽旧版圈子
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonleex authored Jan 8, 2018
1 parent 3b6f8ff commit 7e458f0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/views/Discover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
<RightArrowIcon height="18" width="18" color="#999" />
</i>
</li>
<li class="component-list" @click="changeUrl(`/group`)">
<i class="component-icon">
<ChannelIcon height="21" width="21" />
</i>
<section class="component-title">
圈子
</section>
<i class="component-entry">
<RightArrowIcon height="18" width="18" color="#999" />
</i>
</li>
// <li class="component-list" @click="changeUrl(`/group`)">
// <i class="component-icon">
// <ChannelIcon height="21" width="21" />
// </i>
// <section class="component-title">
// 圈子
// </section>
// <i class="component-entry">
// <RightArrowIcon height="18" width="18" color="#999" />
// </i>
// </li>
<li class="component-list" @click="changeUrl(`/questions`)">
<i class="component-icon">
<QuestionIcon height="21" width="21" />
Expand Down Expand Up @@ -151,4 +151,4 @@
justify-content: flex-end;
}
}
</style>
</style>

0 comments on commit 7e458f0

Please sign in to comment.