修改5人中奖

This commit is contained in:
yerz123
2023-05-20 16:59:15 +08:00
parent f70065109b
commit 1445572abc
+11
View File
@@ -191,6 +191,17 @@
</div>
</div>
</div>
<div class="absolute box-center-middle" style="width:100%;" v-if="winNum==5">
<div class="fn-flex pt30 fn-flex-wrap">
<div class="wp100 relative overflowhidden" style="height:70px;" v-if="index<winNum" v-for="(item,index) in list">
<img class="absolute box-middle left-0 ml110 imgsize-40X40 ulib-r750" :src="item.headimg" alt="#" />
<div class="absolute box-middle left-0 right-0 ml30 pl130 line-height-15">
<div class="text-nowrap font-14">{{item.name}}</div>
<div class="font-12 color-666">{{item.tel}}</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>