一个数组循环显示多个image,电脑端和体验版有时候显示有时候不显示
<swiper class="tab-content" current="{{currentTab}}" duration="300" bindchange="switchTab" style="height:{{winHeight}}px">
<swiper-item wx:for="{{tabbar}}" wx:key="{{index}}">
<scroll-view scroll-y class="scoll-y">
<view wx:for="{{image[index].img[0]}}" wx:key="{{item}}">
<image style="width: 100%; mode:widthFix ; height:400px" data-img='{{[item,image[index].img[0]]}}' bindtap="previewImg" src="{{item}}"></image>
</view>
</scroll-view>
</swiper-item>
</swiper>