|
@@ -4,7 +4,7 @@
|
|
|
<van-cell v-for="(item, index) in dataList" :key="index"
|
|
|
:title="item.activityName"
|
|
|
title-class="titleStyle"
|
|
|
- :value="item.studentNum"
|
|
|
+ :value="item.studentNum+'人'"
|
|
|
value-class="valueStyle"
|
|
|
class="activeItem" is-link
|
|
|
@click="onDetail(item)" />
|