完整代码:
<script setup>const src = "https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/shuijiao.jpg"
</script><template><view class="content"><view class="img-list"><image :src="src" /><image :src="src" /><image :src="src" /><image :src="src" /><image :src="src" /><image :src="src" /><image :src="src" /></view></view>
</template><style scoped>.content {margin: auto;display: flex;flex-direction: column;align-items: center;justify-content: center;}.img-list {padding: 10rpx;column-count: 2;column-gap: 10rpx;}
</style>
渲染效果: