VM688:1 Failed to load local image resource /pages/home/true
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
图片路径出错了吧,这错误你可以搜搜看看
https://blog.csdn.net/xuantaiyang888/article/details/99898386
这是我搜到的,你可以参考
<view class="album_img" v-for="(item,index) in wallpaper" :key="item.id">
<img-feng :list="wallpaper" :index="index">
<image :src="item.thumb+item.rule.replace('$<Height>',360)" mode="widthFix"></image>
</img-feng>
</view>
大哥我这个路径是这么写的 <image :src="item.thumb+item.rule.replace('$<Height>',360)" mode="widthFix"></image>
500是服务器程序有异常了,