Skip to content

Commit

Permalink
修改vip描述
Browse files Browse the repository at this point in the history
  • Loading branch information
zbl91555 committed May 20, 2017
1 parent e1f6ee7 commit 1566931
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 32 deletions.
110 changes: 79 additions & 31 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/components/common/update.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a :href="book.shareUrl" class="link" @click.prevent="">
<div class="avatar">
<img v-lazy="book.images[0].imgUrl" width="104" height="80" class="icon">
<span class="vip" v-if="book.novel_type !== 1"></span>
<span class="vip" v-if="book.is_vip === 1"></span>
</div>
<div class="desc">
<h2 class="name">{{book.title}}</h2>
Expand Down Expand Up @@ -66,6 +66,7 @@
},
created() {
this.$store.dispatch(types.UPLOAD_GUESS).then(() => {
console.log(this.guessContent.list)
this.guessContent.list.forEach((item) => {
this.updateData.push(item);
});
Expand Down

0 comments on commit 1566931

Please sign in to comment.