|
@@ -4,6 +4,7 @@
|
|
<!-- <view class="icon-title-bjcolor-navBar-box">
|
|
<!-- <view class="icon-title-bjcolor-navBar-box">
|
|
<text class="nav-bar-title">{{data.ksName}}</text>
|
|
<text class="nav-bar-title">{{data.ksName}}</text>
|
|
</view> -->
|
|
</view> -->
|
|
|
|
+ <customNavbarVue :show-back-btn="true" @back="handleBack"></customNavbarVue>
|
|
<!-- 第一行 -->
|
|
<!-- 第一行 -->
|
|
<view class="kaoshi-page-title">
|
|
<view class="kaoshi-page-title">
|
|
<view v-if="activeSt" class="title-types">{{dlName}}</view>
|
|
<view v-if="activeSt" class="title-types">{{dlName}}</view>
|
|
@@ -60,8 +61,7 @@
|
|
@click="handlePrev" v-if="!isFistStId">上一题</button>
|
|
@click="handlePrev" v-if="!isFistStId">上一题</button>
|
|
<button type="default" size="mini" hover-class="none" class="phone-green-btn ks-btn-next"
|
|
<button type="default" size="mini" hover-class="none" class="phone-green-btn ks-btn-next"
|
|
@click="handleNext" v-if="!isLastStId">下一题</button>
|
|
@click="handleNext" v-if="!isLastStId">下一题</button>
|
|
- <button type="default" size="mini" hover-class="none" class="phone-green-btn ks-btn-next"
|
|
|
|
- @click="handleJiaojuan" v-if="isLastStId">交卷</button>
|
|
|
|
|
|
+
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<!-- 答题卡 -->
|
|
<!-- 答题卡 -->
|
|
@@ -135,6 +135,7 @@
|
|
useKaoShiCache
|
|
useKaoShiCache
|
|
} from "./examTools"
|
|
} from "./examTools"
|
|
import qiepingDlVue from "@/components/dialog/qiepingDl.vue";
|
|
import qiepingDlVue from "@/components/dialog/qiepingDl.vue";
|
|
|
|
+ import customNavbarVue from "@/components/custom-navbar/custom-navbar.vue";
|
|
|
|
|
|
const {
|
|
const {
|
|
checkDanxuanReply,
|
|
checkDanxuanReply,
|