Skip to content

Commit

Permalink
瀑布流右栏也需加上note信息
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiocean committed Jan 2, 2021
1 parent 4d5f307 commit 67ce77b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/film/film.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
></u-lazy-load>
<view class="box-name">{{ item.name }}</view>
<view class="box-info">
<view class="box-class">{{ item.type }}</view>
<view class="box-class">{{ item.type }}</view>
<view class="box-class">{{ item.note }}</view>
<view class="box-year">{{ item.year }}</view>
</view>
</view>
Expand Down

0 comments on commit 67ce77b

Please sign in to comment.