Limengbo před 7 roky
rodič
revize
13f905d335
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      pages/index/index.js

+ 3 - 1
pages/index/index.js

@@ -17,6 +17,7 @@ Page({
     time: "",
     rankData: {},
     share: false,
+    studyLog: []
   },
   
   lower: function (e) {
@@ -62,7 +63,8 @@ Page({
         this.setData({
           data: res.data.data,
           grade: util.gradeUpper(res.data.data.users.grade),
-          time: util.day(res.data.data.timeSpend)
+          time: util.day(res.data.data.timeSpend),
+          studyLog: util.studyTime(res.data.data.studyLog)
         })
       })
       //获取排名