|
|
@@ -10,7 +10,7 @@
|
|
|
<van-tabs v-model="tabActive" color="#3396FB" @click="onClickTab">
|
|
|
<van-tab v-for="data in tabDatas" :key="data.name" :name="data.name" :title="data.title" />
|
|
|
</van-tabs>
|
|
|
- <van-search v-model="subject" show-action placeholder="请输入搜索关键词" @search="onSearch">
|
|
|
+ <van-search v-model="subject" show-action placeholder="请输入考试名称/考试题库" @search="onSearch">
|
|
|
<template #action>
|
|
|
<van-icon name="filter-o" :class="{'ibps-active':stateActive}" @click="clickMoreSearch" />
|
|
|
</template>
|
|
|
@@ -92,10 +92,12 @@
|
|
|
ref="examPopup"
|
|
|
v-model="ReachBottomShow"
|
|
|
custom-style="height: 100%"
|
|
|
- :style="{ width: '80%', height: '55%',padding:'5%'}"
|
|
|
+ :style="{ width: '80%',padding:'5%'}"
|
|
|
@close="onClose"
|
|
|
>
|
|
|
- <div style="font-size: 20px; text-align: center;color: rgb(68, 152, 248);font-weight: 700;">
|
|
|
+ <!-- <div style="font-size: 20px; text-align: center;color: rgb(68, 152, 248);font-weight: 700;">
|
|
|
+ 提示</div> -->
|
|
|
+ <div style="font-size: 20px; text-align: center;color: #333;font-weight: 700;">
|
|
|
提示</div>
|
|
|
<div style="text-align: left;padding: 2%; font-weight: 700;font-size: 15px;color: #333;">当前考试信息如下:
|
|
|
</div>
|
|
|
@@ -714,6 +716,9 @@ export default {
|
|
|
},
|
|
|
resetForm() {
|
|
|
this.typeId = ''
|
|
|
+ this.name = ''
|
|
|
+ this.moreSubject = ''
|
|
|
+ this.moreParams = {}
|
|
|
},
|
|
|
// 下拉刷新
|
|
|
onRefresh() {
|