tanxue hai 3 meses
pai
achega
c6a22a240a

+ 1 - 1
common/styles/global/pages.scss

@@ -179,7 +179,7 @@
 .phone-list-page{
 	box-sizing: border-box;
 	.phone-scroll-view {height: calc(100vh - 182rpx - var(--status-bar-height));}
-	.phone-scroll-nobottom-view {height: calc(100vh - 70rpx - var(--status-bar-height));}
+	.phone-scroll-saixuan-view {height: calc(100vh - 168rpx - var(--status-bar-height));}
 	.admin-phone-scroll-view{height: calc(100vh - 292rpx - var(--status-bar-height));}
 	.admin-list-box{
 		.admin-list-item-box{border-bottom: 20rpx solid #f4f6fa;}

+ 1 - 1
pages/admin/Chengji/list.vue

@@ -62,7 +62,7 @@
 			</scroll-view>
 
 		<!-- 页面底端 -->
-		<customTabbarAdminVue></customTabbarAdminVue>
+		<customTabbarAdminVue :current-tab="0"></customTabbarAdminVue>
 	</view>
 </template>
 

+ 1 - 1
pages/admin/Kaoshi/list.vue

@@ -51,7 +51,7 @@
 				</uni-list>
 			</scroll-view>
 		<!-- 页面底端 -->
-		<customTabbarAdminVue></customTabbarAdminVue>
+		<customTabbarAdminVue :current-tab="0"></customTabbarAdminVue>
 		<!-- 考试须知 -->
 		<kaoshixuzhiVue ref="ksxzRef" @confirm="handleConfirmKs"></kaoshixuzhiVue>
 	</view>

+ 1 - 1
pages/admin/Kecheng/list.vue

@@ -37,7 +37,7 @@
 			</scroll-view>
 
 		<!-- 页面底端 -->
-		<customTabbarAdminVue></customTabbarAdminVue>
+		<customTabbarAdminVue :current-tab="0"></customTabbarAdminVue>
 	</view>
 </template>
 

+ 1 - 1
pages/admin/Lianxi/list.vue

@@ -48,7 +48,7 @@
 				</uni-list>
 			</scroll-view>
 		<!-- 页面底端 -->
-		<customTabbarAdminVue></customTabbarAdminVue>
+		<customTabbarAdminVue :current-tab="0"></customTabbarAdminVue>
 		<!-- 考试须知 -->
 		<lianxixuzhi ref="lxxzRef" @confirm="handleConfirmKs"></lianxixuzhi>
 	</view>

+ 2 - 2
pages/admin/banzheng/list.vue

@@ -9,7 +9,7 @@
 		<!-- 课程列表 -->
 		<scroll-view scroll-y="true" refresher-enabled="true" :refresher-triggered="data.loading"
 			:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh"
-			class="phone-scroll-nobottom-view">
+			class="phone-scroll-saixuan-view">
 			<uni-list>
 				<uni-list-item v-for="item in data.list" class="banzheng-list-item-box">
 					<template v-slot:body>
@@ -47,7 +47,7 @@
 		</scroll-view>
 
 		<!-- 页面底端 -->
-		<!-- <customTabbarClientVue></customTabbarClientVue> -->
+		<customTabbarClientVue :current-tab="0"></customTabbarClientVue>
 		<!-- 筛选 -->
 		<filter-dialog ref="filterDialogRef" @confirm-btn="confirmBtn"></filter-dialog>
 		<!-- 搜索 -->