Commit fedb676bf8752bc62a93fb03f8ba64dab75a8df5

Authored by 王强
1 parent d414c64e

图片添加SIGN.BIG参数

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=""/>