roose 5 năm trước cách đây
mục cha
commit
386babc3ea

+ 11 - 6
app.json

@@ -1,19 +1,25 @@
 {
   "pages": [
-    
+    "pages/testAnswer/testAnswer",
+    "pages/myClass/myClass",
+  
+    "pages/last/last",
+   
     "pages/welcome/welcome",
+    "pages/index/index",
+   
     "pages/personInfo/personInfo",
-    "pages/last/last",
+   
     "pages/lastdetail/lastdetail",
     "pages/lastdetailDetail/lastdetailDetail",
     "pages/answerAfterclasses/answerAfterclasses",
-    "pages/myClass/myClass",
+   
     "pages/studentRegistration/studentRegistration",
     "pages/evaluationCourse/evaluationCourse",
     "pages/studentRegistrationDeyail/studentRegistrationDeyail",
     "pages/feedBack/feedBack",
-    "pages/index/index",
-    "pages/testAnswer/testAnswer",
+  
+   
     "pages/answerAfterclass/answerAfterclass",
     "pages/feedBackDetail/feedBackDetail",
     "pages/evaluationCourseDetail/evaluationCourseDetail",
@@ -28,7 +34,6 @@
     "pages/exhibitionList/exhibitionList",
     "pages/startClass/startClass",
     "pages/demandCourses/demandCourses",
-  
     "pages/myInteractionsDetais/myInteractionsDetais",
     "pages/myPoints/myPoints",
     "pages/Identity/Identity",

BIN
images/ckcj.png


BIN
images/ckpj.png


+ 1 - 0
pages/answerAfterclass/answerAfterclass.js

@@ -273,6 +273,7 @@ Page({
     if (wx.getStorageSync('questionList' + wx.getStorageSync('answersId'))) {
       console.log("缓村了锕");
       const questionList = wx.getStorageSync('questionList' + wx.getStorageSync('answersId'));
+    
       this.setData({
         questionList: questionList,
         answersId: wx.getStorageSync('answersId'),

+ 1 - 1
pages/feedBack/feedBack.json

@@ -1,4 +1,4 @@
 {
   "usingComponents": {},
-  "navigationBarTitleText":"综合反馈"
+  "navigationBarTitleText":"综合反馈"
 }

+ 2 - 2
pages/grade/grade.js

@@ -81,8 +81,8 @@ Page({
     console.log(options.answersId);
     console.log("onload..................................");
     let answersId = options.answersId;
-    const sessionKey = 'yoa0rZTt2bAiTVDsiRjysw==';
-    //const sessionKey = await tools.checkSessionAndLogin();  
+    //const sessionKey = 'yoa0rZTt2bAiTVDsiRjysw==';
+    const sessionKey = await tools.checkSessionAndLogin();  
     this.chengji(sessionKey, answersId);
 
   },

+ 12 - 13
pages/last/last.js

@@ -29,7 +29,7 @@ Page({
       // }
     ],
     sessionKey: '',
-    classInfo:{},
+    classInfo: {},
   },
   checkboxChange() {
 
@@ -39,10 +39,10 @@ Page({
     let paperId = e.currentTarget.dataset.paperid;
     let answersId = e.currentTarget.dataset.answersid;
     console.log(this.data.sessionKey, "787878");
+    console.log(e.currentTarget.dataset, "8888888");
 
     if (answersId) {
       console.log("有answeid");
-      
       this.toPath(id, paperId, answersId);
     } else {
       console.log("没有");
@@ -63,7 +63,7 @@ Page({
       data: {
         sessionKey: sessionKey,
         id: id,
-        paperId: paperId
+        paperId: paperId,
       },
       success: (res) => {
         console.log(res);
@@ -86,7 +86,7 @@ Page({
       },
       success: (res) => {
         console.log(res);
-        
+
         if (res.data.code == 0) {
           console.log(res, "suoyoude");
           wx.navigateTo({
@@ -103,7 +103,7 @@ Page({
       sessionKey: sessionKey
     })
     this.isClass(sessionKey);
-   
+
   },
   getBanner(sessionKey) {
     console.log(sessionKey, "sessionKey");
@@ -112,22 +112,21 @@ Page({
       method: "post",
       data: {
         sessionKey: sessionKey,
-        questSub:'2',
+        questSub: '2',
         clasId: this.data.classInfo.id
       },
       success: (res) => {
-        console.log(res,"00000000000000000000000");
-
+        console.log(res, "00000000000000000000000");
         if (res.data.code == 0) {
-         this.setData({
-          dataArr :res.data.list
-         })
+          this.setData({
+            dataArr: res.data.list
+          })
         }
       }
     })
   },
-   // 查询我是否有班&&班级名字
-   isClass(sessionKey) {
+  // 查询我是否有班&&班级名字
+  isClass(sessionKey) {
     // let _this = this;
     wx.request({
       url: app.globalData.publicUrl + '/wx/student/selMyClas',

+ 1 - 1
pages/lastdetail/lastdetail.json

@@ -1,4 +1,4 @@
 {
   "usingComponents": {},
-  "navigationBarTitleText":"综合反馈表"
+  "navigationBarTitleText":"后期跟踪"
 }