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
fedb676bf8752bc62a93fb03f8ba64dab75a8df5
Authored by
王强
2020-05-16 17:45:11 +0800
1 parent
d414c64e
图片添加SIGN.BIG参数
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/palaceGrid/palaceGrid.vue
src/components/palaceGrid/palaceGrid.vue
View file @
fedb676
...
...
@@ -9,7 +9,7 @@
9
9
class="img"
10
10
fit="cover"
11
11
lazy-load
12
- :src="
item.img || item
"
12
+ :src="
(item.img || item) + SIGN.BIG
"
13
13
>
14
14
<template v-slot:error>
15
15
<img class="img" src="static/img/x.jpg" alt=""/>
...
...