feat: add virtual resource payments and optimize images

This commit is contained in:
王鹏
2026-07-28 13:35:23 +08:00
parent ab281be02a
commit d14f005d34
35 changed files with 462 additions and 2125 deletions

View File

@@ -60,7 +60,7 @@
<view class="goods-list">
<view class="list" v-for="(item, index) in goodsList" @click="onSkip(item)" :key="index">
<view class="pictrue">
<image :src="item.goodsImg"></image>
<image :src="$image.resourceThumbnail(item.goodsImg)" lazy-load mode="aspectFill"></image>
</view>
<view class="title-tag">
<view class="tag">
@@ -701,4 +701,4 @@
}
}
}
</style>
</style>