|
@@ -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
|