You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.1 KiB
1 line
1.1 KiB
3 months ago
|
<view class="lottery_container data-v-e2866bc0"><view class="grid_wrap data-v-e2866bc0"><view class="lottery_wrap data-v-e2866bc0"><view class="lottery_grid _ul data-v-e2866bc0"><block wx:for="{{prizeData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['_li','data-v-e2866bc0',(current_index==index&&index!=8)?'active':'']}}" data-index="{{index}}" data-event-opts="{{[['tap',[['luck_draw',['$event']]]]]}}" bindtap="__e"><view class="{{['lottery-msg','data-v-e2866bc0',(index!=8)?'in_line':'']}}"><block wx:if="{{index!=8}}"><image class="grid_img data-v-e2866bc0" mode="aspectFit" src="{{item.image}}" alt></image></block><block wx:if="{{index!=8}}"><text class="name data-v-e2866bc0">{{''+(index==8?'抽奖':item.name)+''}}</text></block><block wx:else><view class="flex-col flex-center lottery-click data-v-e2866bc0"><image class="w-140 h-32 block data-v-e2866bc0" src="../../static/lottery_text.png"></image><text class="fs-20 lh-28rpx pt-6 data-v-e2866bc0">{{"剩余 "+lotteryNum+" 次机会"}}</text></view></block></view></view></block></view></view></view></view>
|