|
|
@@ -67,14 +67,14 @@
|
|
|
<icon class="index-icon ks-icon"></icon>
|
|
|
<text>考试管理</text>
|
|
|
</view>
|
|
|
- <view @click="goToPage('kscx')" class="card-item-box">
|
|
|
- <icon class="index-icon kscx-icon"></icon>
|
|
|
- <text>考试查询</text>
|
|
|
- </view>
|
|
|
<view @click="goToPage('cj')" class="card-item-box">
|
|
|
<icon class="index-icon cj-icon"></icon>
|
|
|
<text>成绩管理</text>
|
|
|
</view>
|
|
|
+ <view @click="goToPage('kscx')" class="card-item-box">
|
|
|
+ <icon class="index-icon kscx-icon"></icon>
|
|
|
+ <text>考试查询</text>
|
|
|
+ </view>
|
|
|
<view @click="goToPage('lc')" class="card-item-box">
|
|
|
<icon class="index-icon lx-icon"></icon>
|
|
|
<text>练习管理</text>
|
|
|
@@ -90,7 +90,7 @@
|
|
|
<view @click="goToPage('jzht')" class="card-item-box">
|
|
|
<icon class="index-icon ht-a-icon" v-if="indexInfoData.status === 0"></icon>
|
|
|
<icon class="index-icon ht-sh-icon" v-if="indexInfoData.status === 1"></icon>
|
|
|
- <icon class="index-icon ht-icon" v-if="indexInfoData.status === 2 || indexInfoData.status === 3"></icon>
|
|
|
+ <icon class="index-icon ht-icon" v-if="indexInfoData.status === 2 || indexInfoData.status === 3 || indexInfoData.status === -1"></icon>
|
|
|
<text>家政合同</text>
|
|
|
</view>
|
|
|
<view @click="goToPage('sfht')" class="card-item-box">
|