Commit f351f31fe579f9168bf3dafcacdf44a521017757
1 parent
158757ed
Exists in
master
feat:文字修改
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/Service/component/ServiceListSecond.vue
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | <div class="uni_item_mini" :key="index" @click="handleUniDetail(item)"> |
| 8 | 8 | <div class="img_box" :style="{ backgroundImage: 'url(' + item.coverUrl + ')' }"> |
| 9 | 9 | <div class="bottom"> |
| 10 | - <span class="count" v-if="item.readCount">{{ item.readCount }} 人查看</span> | |
| 10 | + <span class="count" v-if="item.totalCount">{{ item.totalCount }} 研学人次</span> | |
| 11 | 11 | </div> |
| 12 | 12 | </div> |
| 13 | 13 | <div class="content"> | ... | ... |