1 |
- <view class="prize-flying"><block wx:for="{{flyLeftList}}" wx:for-item="flyLeft" wx:for-index="index"><view class="{{['fly-prize','fly-left']}}" style="{{'-webkit-animation-duration:'+(flySpeed+'s')+';'+('animation-duration:'+(flySpeed+'s')+';')}}"><image src="{{flyLeft.image}}" mode></image></view></block><block wx:for="{{flyCenterList}}" wx:for-item="flyCenter" wx:for-index="index"><view class="{{['fly-prize','fly-center']}}" style="{{'-webkit-animation-duration:'+(flySpeed+'s')+';'+('animation-duration:'+(flySpeed+'s')+';')}}"><image src="{{flyCenter.image}}" mode></image></view></block><block wx:for="{{flyRightList}}" wx:for-item="flyRight" wx:for-index="index"><view class="{{['fly-prize','fly-right']}}" style="{{'-webkit-animation-duration:'+(flySpeed+'s')+';'+('animation-duration:'+(flySpeed+'s')+';')}}"><image src="{{flyRight.image}}" mode></image></view></block></view>
|