image路径报错怎么解决?
<scroll-view class="recommendScroll" enable-flex scroll-x>
<block class="scrollItem" wx:for="{{recommendList}}" wx:key="recommendList" wx:for-item="Item1">
<block wx:for="{{Item1}}" wx:key="Item1" wx:for-item="Item2">
<image src="{{Item2.avatar}}"></image>
<text>姓名:{{Item2.name}}</text>
<text>价格:{{Item2.price}}元</text>
</block>
</block>
</scroll-view>
(小白提问,请位大神帮忙!!!)