|
@@ -381,9 +381,10 @@
|
|
|
@click="toBuyQuestionBank(item)">
|
|
|
<view class="exam_word ones">购买题库</view>
|
|
|
</view>
|
|
|
- <view class="box_appoint" v-if="item.examApplyGoodsList" @click="appointment(item)">
|
|
|
+ <view class="box_appoint" v-if="item.examApplyGoodsList && item.examApplyGoodsList.length > 0 &&
|
|
|
+ item.subscribeSign != 0" @click="appointment(item)">
|
|
|
<view class="exam_word ones">{{
|
|
|
- item.subscribeSign == 4 ? "预约记录" : "预约考试"
|
|
|
+ item.subscribeSign == 1 ? "预约考试" : "预约记录"
|
|
|
}}</view>
|
|
|
</view>
|
|
|
<view class="box_appoint" v-if="
|
|
@@ -623,7 +624,7 @@
|
|
|
}) => {
|
|
|
let text = "";
|
|
|
let color = "";
|
|
|
- if (periodStatus === -1 || educationName == '考前培训') {
|
|
|
+ if (periodStatus === -1) {
|
|
|
let index = 0;
|
|
|
if (!studyStatus) {
|
|
|
index = 0;
|