Commit f351f31fe579f9168bf3dafcacdf44a521017757

Authored by 夏洋涛
1 parent 158757ed
Exists in master

feat:文字修改

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">
... ...