treasureChest.wxml 608 B

1
  1. <cover-view data-event-opts="{{[['tap',[['open',['$event']]]]]}}" class="{{['treasure-box','data-v-5098c7b4',[(opening)?'opening':''],[(fadeOut)?'fadeOut':''],[(dropIn)?'dropIn':''],[(swing)?'swing':'']]}}" style="{{'display:'+(showBox&&isfull?'flex':'none')+';'}}" bindtap="__e"><cover-image class="{{['data-v-5098c7b4',opening?'box-img openingGif':'box-img boxPng']}}" src="{{currentIdx>=0?opening?boxList[currentIdx].openChestUrl:boxList[currentIdx].closeChestUrl:''}}"></cover-image><block wx:if="{{!opening}}"><cover-view class="countdown data-v-5098c7b4">{{count+"s"}}</cover-view></block></cover-view>