在微信小程序中的.wxml文件中添加一张图片,显示不出来
<!--pages/cloth/cloth.wxml-->
<text>pages/cloth/cloth.wxml</text>
<view class="content">
<view class="img">
<image src="images/cloth_A.jpg" style="width:100%;height:80%;"></image>
</view>
</view>
错误提示
Failed to load image http://464311208.debug.open.weixin.qq.com/pages/images/cloth_A.jpg : the server responded with a status of 404 (HTTP/1.1 404 Not Found) From server 127.0.0.1
<image src="images/cloth_A.jpg" style="width:100%;height:80%;"></image>
这个图片路径错误,系统默认在微信下的文件夹中
图片路径问题