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