image路径报错怎么解决?
发布于 4 年前 作者 cuitao 7443 次浏览 来自 官方Issues
<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>

(小白提问,请位大神帮忙!!!)

回到顶部