Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f53a7bdb83b37ce0fbb16dc8f1391d498b13934a
Authored by
zhiyangdu
2020-04-16 19:09:00 +0800
1 parent
884bd8c8
图片懒加载
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/palaceGrid/palaceGrid.vue
src/components/palaceGrid/palaceGrid.vue
View file @
f53a7bd
...
...
@@ -8,6 +8,7 @@
8
8
v-if="index<9"
9
9
class="img"
10
10
fit="cover"
11
+ lazy-load
11
12
:src="item.img || item"
12
13
/>
13
14
<div v-if="grids.list.length>9 && index == 8" class="title">共{{grids.list.length}}张</div>
...
...