Failed to load local image resource /pages/index/
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
Failed to load local image resource /pages/index/
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
8 个回答
基础库2.14.0出现了同样的问题,体验版和本地开发者工具
我发现只要没找到这张图片 或者 后台传过来得url是空就会报这个错
昨天解决了, 不知道是不是一个情况, 组件的 background-image url 里面的变量做一个判断 a?a:''
一毛一样的错误,不知道咋办...
你解决了吗
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
Failed to load local image resource /__plugin__/wx209d168c345dce2c/__plugin__/wx209d168c345dce2c/images/drawMarker/number/black_0.png
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
真机上可以正常显示绘制后的图片,模拟器上不行
这种问题不应该找后端吗?
请求接口问题