فهرست منبع

修改了分数 修改了开始时间早于token时间

eraser 4 سال پیش
والد
کامیت
5ba100a77b

+ 1 - 1
components/home/webview720.vue

@@ -7,7 +7,7 @@
 	export default {
 		data() {
 			return {
-				url:'https://www.yuyekeji.cn/H5/720/',
+				url:'https://9527fun.cn/H5/720/',
 				bShowWebview:false,
 			}
 		},

+ 2 - 1
components/startLearning/learningAndExperiment/ksxx_xxysy_ylrz/ksxx_xxysy_ylrz.vue

@@ -326,7 +326,8 @@
 				// console.log("检测结果为", this.allWrongTest);
 				this.updateCheckedAnswerLetter();
 				this.checkedIndex1 = 2;
-				let score = 10 - this.allWrongTest.length;
+				//let score = 10 - this.allWrongTest.length;
+				let score = 20 - this.allWrongTest.length*2;
 				this.totalScore = score;
 				
 				this.endTime = new Date();

+ 3 - 1
components/user/personalLearning.vue

@@ -165,7 +165,9 @@
 				cHeight: '',
 				pixelRatio: 1,
 				textarea: '',
-				url:'https://www.yuyekeji.cn/H5/radar.html',
+				//url:'https://www.yuyekeji.cn/H5/radar.html',
+				url:'https://9527fun.cn/H5/radar.html',
+				//'https://9527fun.cn/H5/720/'
 				//0添加1个人
 				showIndex_userInfo: 1,
 				sexIndex: 0,

+ 4 - 1
components/user/userController.js

@@ -316,7 +316,10 @@ userController = {
 						console.log('设置当前实验id=',res3);
 					}, null);
 					
-					mydata_userInfo.StartTime = Math.round(new Date().getTime()/1000);
+					mydata_userInfo.StartTime = Math.round((new Date().getTime()+ 2000)/1000);
+					//var m = new Date();
+					//var n = new Date(m.getTime() + 1000 * 60)
+					
 					let parameter={
 						"UserID":mydata_userInfo.UserID,
 						"ExamId": mydata_examInfo.Id,

+ 1 - 1
manifest.json

@@ -88,7 +88,7 @@
         "devServer" : {
             "port" : 9902
         },
-        "domain" : "www.yuyekeji.cn",
+        "domain" : "https://9527fun.cn",
         "template" : "static/main.html",
         "optimization" : {
             "treeShaking" : {