|
@@ -38,10 +38,9 @@
|
|
|
<view class="countdown flex-row">
|
|
|
<view class="countdown-l" hover-class="none" hover-stop-propagation="false">
|
|
|
<block v-for="(item, index) in e.grouponUsers" :key="index">
|
|
|
- <image v-if="index < 4" class="avatar-group_1" referrerpolicy="no-referrer"
|
|
|
+ <image v-if="index < 3" class="avatar-group_1" referrerpolicy="no-referrer"
|
|
|
:src="item.userAvatar || `http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg`" />
|
|
|
</block>
|
|
|
-
|
|
|
<text class="red">{{ e.grouponUserTotal }}人</text>
|
|
|
<text class="yellow" v-if="currentId == 0">正在参团中</text>
|
|
|
<text class="yellow" v-if="currentId == 1">已参团</text>
|