|
@@ -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 -->
|