Browse Source

路径调整

wangxy 2 months ago
parent
commit
7b9a2e1407
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/listCard/kaoshiCard.vue

+ 1 - 1
components/listCard/kaoshiCard.vue

@@ -3,7 +3,7 @@
 		<!-- card title -->
 		<!-- card title -->
 		<view class="card-head-box">
 		<view class="card-head-box">
 			<view class="card-line-title">考试</view>
 			<view class="card-line-title">考试</view>
-			<view class="card-more" @click="checkMore" v-if="!data.count">更多<text class="more-num">{{data.count}}</text><icon class="more-jt"></icon></view>
+			<view class="card-more" @click="checkMore" v-if="data.count">更多<text class="more-num">{{data.count}}</text><icon class="more-jt"></icon></view>
 		</view>
 		</view>
 		
 		
 		<!-- kaoshi title -->
 		<!-- kaoshi title -->