Commit fedb676bf8752bc62a93fb03f8ba64dab75a8df5
1 parent
d414c64e
图片添加SIGN.BIG参数
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/palaceGrid/palaceGrid.vue
| @@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
| 9 | class="img" | 9 | class="img" |
| 10 | fit="cover" | 10 | fit="cover" |
| 11 | lazy-load | 11 | lazy-load |
| 12 | - :src="item.img || item" | 12 | + :src="(item.img || item) + SIGN.BIG" |
| 13 | > | 13 | > |
| 14 | <template v-slot:error> | 14 | <template v-slot:error> |
| 15 | <img class="img" src="static/img/x.jpg" alt=""/> | 15 | <img class="img" src="static/img/x.jpg" alt=""/> |