treasureChest.wxml 608 B

1
  1. <cover-view data-event-opts="{{[['tap',[['open',['$event']]]]]}}" class="{{['treasure-box','data-v-7b6d500b',[(opening)?'opening':''],[(fadeOut)?'fadeOut':''],[(dropIn)?'dropIn':''],[(swing)?'swing':'']]}}" style="{{'display:'+(showBox&&isfull?'flex':'none')+';'}}" bindtap="__e"><cover-image class="{{['data-v-7b6d500b',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-7b6d500b">{{count+"s"}}</cover-view></block></cover-view>