/views/main/components/list/index.vue:picturePreReading="false" 只删除了这个
<m-waterfall
:data="pexelsList"
:column="isMobileTerminal ? 2 : 5"
class="w-full px-1"
>
<template v-slot="{ item, width }">
<itemVue :data="item" :width="width" @click="onToPins" />
</template>
</m-waterfall>
取消 使用 图片预加载就会这样 因为我打算使用 react 来重构老师的 瀑布流发现的 刚开始以为我是 react的原因 后面 看了下 自己的学习 代码 也是这样 然后 下载了老师的源码 其他东西没懂 就删除一个属性导致的