for循环给setData为一个集合添加多条数据。
你先for循环添加一个完整的background,然后setData({background})
<view wx:for"{{background}}" wx:key"*this">
<swiper-item>
<image class"swiper_img"src"{{item}}"></image
</swiper-item>
</view>
这样循环行的通吗
有啥问题?