Browse Source

数据展示

zhaoxiaohai 2 năm trước cách đây
mục cha
commit
ca7439ad35
1 tập tin đã thay đổi với 1 bổ sung6 xóa
  1. 1 6
      components/My_displayData/displayData.js

+ 1 - 6
components/My_displayData/displayData.js

@@ -45,11 +45,6 @@ Component({
             this.getData();
         },
     },
-    pageLifetimes: {
-        show: function () {
-            console.log(31321321)
-        }
-    },
     options: {
         addGlobalClass: true
     },
@@ -66,7 +61,7 @@ Component({
         },
         getData() {
             _Http.basic(this.data.params).then(res => {
-                console.log("学习数据", res)
+                console.log(this.data.active, "学习数据", res)
                 this.setData({
                     list: res.data,
                     tips: res.tips