xcx 4 år sedan
förälder
incheckning
5f4fa9c570
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/pages/WoDe/MyActivityList/index.vue

+ 1
- 1
src/pages/WoDe/MyActivityList/index.vue Visa fil

@@ -18,7 +18,7 @@
18 18
           <navigator v-for="(item, index) in PageList" :key="index" :url="`../../HuiShengHuo/ActivityList/ActivityDetail/index?id=${item.activityId}&from=life`" hover-class="other-navigator-hover" class="Item flex-h">
19 19
             <view class="flex-item">
20 20
               <text>{{item.name}}</text>
21
-              <text>已报名{{item.enrollNum}}人</text>
21
+              <text>{{item.enrollNum - 0 === 0 ? `已投票` : `已报名${item.enrollNum}人`}}</text>
22 22
               <text v-if="new Date(item.enrollEnd).getTime() <= Date.now()">已结束</text>
23 23
             </view>
24 24
             <view class="Img">