微信小程序---轮播

微信小程序

关于轮播图片出现的一个小错误:总是因为犯一些小错误,困在bug中走不出来。。。。
错误:
微信小程序---轮播_第1张图片
VM1867:1 Failed to load local image resource /images/a1.jpg
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error) !!!

解决方法:

  1. 可能原因1:将图片 .jpg 格式改为 ".png"格式的 就不会出现错误了。
    微信小程序---轮播_第2张图片
    最后,出现500 (HTTP/1.1 500 Internal Server Error)错误的情况有多种,这只是其中一种。
  2. **可能原因2:是因为url或者src后边的文件名格式不对
    错误案例:在这里插入图片描述
    分析:images前边缺少一个
    “ / ”

改正:

你可能感兴趣的:(微信小程序,小程序)