本地资源图片无法通过 WXSS 获取,可以使用网络图片,或者 base64,或者使用<image/>标签
报错信息
pages/index/index.wxss 中的本地资源图片无法通过 WXSS 获取,可以使用网络图片,或者 base64,或者使用<image/>标签。
报错的标志
background-image: url('../../images/user_bg.jpg');
解决办法
解决办法:将图片user_bg.jpg 转换为base64,地址 http://imgbase64.duoshitong.com/,在这里把要使用的图片转换一把,然后将得到的字符放到background-image属性值中:
图片转换为Base64: