wangxy il y a 1 mois
Parent
commit
f48b87bb05
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      pages/exam/exam.vue

+ 3 - 2
pages/exam/exam.vue

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