Failed to load image
產(chǎn)生原因:存在如下未設(shè)置src的標簽
<image><image>
https://api.douban.com/v2/movie/top250 不在以下 request 合法域名列表中
產(chǎn)生原因:由于小程序項目使用了AppID,對安全性要求提高了

找到設(shè)置-服務器配置,進行如上配置
GET https://api.douban.com/v2/movie/top250 400 (Bad Request)
產(chǎn)生原因:缺少如下屬性值
header: {
"Content-Type": "json"
},