소스 검색

地图功能

wangxy 2 달 전
부모
커밋
98e09caa87
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/admin/Lianxi/lianxi.vue
  2. 1 1
      pages/client/Kecheng/study.vue

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

@@ -233,7 +233,7 @@
 
 	function handleBack() {
 		uni.redirectTo({
-			url: "/pages/admin/Kaoshi/list"
+			url: "/pages/admin/Lianxi/list"
 		})
 	}
 

+ 1 - 1
pages/client/Kecheng/study.vue

@@ -100,7 +100,7 @@
 				this.timer1 = null;
 				this.timer = setInterval(() => {
 					updateSectionProgress(this.operId);
-				}, 1000 * 5 * 60)
+				}, 1000 * 1 * 60) // 自动保存进度 1分钟已保存
 			
 			},
 			sectionPlayerProgress(progress) {