prize-flying.wxml 1.0 KB

1
  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="{{$root.l0}}" 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.g0==-1?'https://www.chaomangdao.com'+flyCenter.$orig.image:flyCenter.$orig.image}}" mode></image></view></block><block wx:for="{{$root.l1}}" 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.g1==-1?'https://www.chaomangdao.com'+flyRight.$orig.image:flyRight.$orig.image}}" mode></image></view></block></view>