瀏覽代碼

Merge branch '2025北京诚祥' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥

tanxue 2 月之前
父節點
當前提交
573acce9c8
共有 6 個文件被更改,包括 26 次插入19 次删除
  1. 13 13
      components/zhuapaiConfirm/zhuapai.vue
  2. 1 1
      config.js
  3. 1 1
      pages.json
  4. 1 1
      pages/Login/components/loginBox.vue
  5. 2 2
      pages/client/Chengji/list.vue
  6. 8 1
      pages/client/Kaoshi/exam.vue

+ 13 - 13
components/zhuapaiConfirm/zhuapai.vue

@@ -170,19 +170,19 @@
 </script>
 </script>
 
 
 <style lang="scss">
 <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;
 		height: 200rpx;
 	}
 	}
 	
 	
@@ -232,5 +232,5 @@
 			z-index: -10;
 			z-index: -10;
 		}
 		}
 	}
 	}
-	}
+	} */
 </style>
 </style>

+ 1 - 1
config.js

@@ -5,7 +5,7 @@ export default   {
   // 应用信息
   // 应用信息
   appInfo: {
   appInfo: {
     // 应用名称
     // 应用名称
-    name: "麦塔",
+    name: "北京诚祥",
     // 应用版本
     // 应用版本
     version: "1.0.0",
     version: "1.0.0",
     // 应用logo
     // 应用logo

+ 1 - 1
pages.json

@@ -162,7 +162,7 @@
 	},
 	},
 	"globalStyle": {
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "麦塔软件",
+		"navigationBarTitleText": "北京诚祥",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8",
 		//禁止滑动返回
 		//禁止滑动返回

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

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

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

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

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

@@ -234,7 +234,7 @@
 	// 考试得分相关 start
 	// 考试得分相关 start
 	function handleScoreConfirm() {
 	function handleScoreConfirm() {
 		uni.redirectTo({
 		uni.redirectTo({
-			url: '/pages/client/Score/list'
+			url: '/pages/client/Chengji/list'
 		})
 		})
 	}
 	}
 	
 	
@@ -345,6 +345,11 @@
 			replyList: []
 			replyList: []
 		};
 		};
 		console.log(questionData.value)
 		console.log(questionData.value)
+		
+		uni.showLoading({
+			title: '加载中'
+		})
+		
 		questionData.value.forEach(dl => {
 		questionData.value.forEach(dl => {
 			dl.qas.forEach(st => {
 			dl.qas.forEach(st => {
 				const opt = {
 				const opt = {
@@ -361,6 +366,8 @@
 				// 清空缓存
 				// 清空缓存
 				removeCacheKs(data.operId);
 				removeCacheKs(data.operId);
 			}
 			}
+		}).catch(err => {
+			uni.hideLoading()
 		})
 		})
 	}
 	}