修改5人中奖
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user