wangxy vor 2 Monaten
Ursprung
Commit
4be85a88f3

+ 13 - 13
components/zhuapaiConfirm/zhuapai.vue

@@ -170,19 +170,19 @@
 </script>
 
 <style lang="scss">
-	// .zhuapai-drop-container {
-	// 	width: 160rpx;height: 300rpx;margin: 0;padding: 0;z-index: 10;position: absolute;right: 0;top: 30%;overflow: hidden;
-	// 	.phone-camera-box-zhuapai{
-	// 		width: 100%;height: 200rpx;position: absolute;overflow: hidden;
-	// 		.uni-video-container{background-color: transparent;}
-	// 		.hidden-video{transform: translateY(500rpx);}
-	// 	}
-	// 	.video-view-box{/*width:100%;-height: 200rpx;*/position: absolute;}
-	// 	.shiti-video-hidden-btn,.shiti-video-show-btn{
-	// 		background-color: red;width: 50rpx;height: 50rpx;display: block;position: absolute;bottom:50px;}
-	// }
+	.zhuapai-drop-container {
+		width: 160rpx;height: 300rpx;margin: 0;padding: 0;z-index: 10;position: absolute;right: 0;top: 30%;overflow: hidden;
+		.phone-camera-box-zhuapai{
+			width: 100%;height: 200rpx;position: absolute;overflow: hidden;
+			.uni-video-container{background-color: transparent;}
+			.hidden-video{transform: translateY(500rpx);}
+		}
+		.video-view-box{width:100%;-height: 200rpx;position: absolute;}
+		.shiti-video-hidden-btn,.shiti-video-show-btn{
+			background-color: red;width: 50rpx;height: 50rpx;display: block;position: absolute;bottom:50px;}
+	}
 	
-	.dropContainer {
+/* 	.dropContainer {
 		height: 200rpx;
 	}
 	
@@ -232,5 +232,5 @@
 			z-index: -10;
 		}
 	}
-	}
+	} */
 </style>

+ 1 - 1
pages/Login/components/loginBox.vue

@@ -116,7 +116,7 @@
 		// 客户端
 		// #ifdef H5
 		uni.navigateTo({
-			url: `/pages/client/Kecheng/list`
+			url: `/pages/client/ShowYe/shouye`
 		})
 		// #endif
 		

+ 2 - 2
pages/client/Chengji/list.vue

@@ -42,12 +42,12 @@
 			</scroll-view>
 
 		<!-- 页面底端 -->
-		<customTabbarAdminVue></customTabbarAdminVue>
+		<customTabbarClientVue></customTabbarClientVue>
 	</view>
 </template>
 
 <script setup>
-	import customTabbarAdminVue from "@/components/custom-tabbar/custom-tabbar-admin.vue";
+	import customTabbarClientVue from "@/components/custom-tabbar/custom-tabbar-client.vue";
 	import {
 		ref,
 		reactive

+ 1 - 1
pages/client/Kaoshi/exam.vue

@@ -234,7 +234,7 @@
 	// 考试得分相关 start
 	function handleScoreConfirm() {
 		uni.redirectTo({
-			url: '/pages/client/Score/list'
+			url: '/pages/client/Chengji/list'
 		})
 	}