Commit 3f4821d7 by liang ce

删除首页Task页面测试的console。

parent 64f0b5a9
......@@ -92,7 +92,6 @@ Component({
noData: dynamicList.length === that.data.size ? true : false
});
}
console.log(this.data.dynamicList);
}
});
},
......
......@@ -166,11 +166,6 @@ create.Component({
// console.log(rule, 'rule')
rule.options.tzid = "Asia/Hong_Kong";
// 改变时区
let rullAll = rule.all()
rule.all().map(item => {
console.log(item.toLocaleDateString())
})
// 判断是否需要剔除某一天
if (item.excludePlanDates) {
// 拿到剔除日期的list
......
......@@ -6,9 +6,7 @@ Component({
props: {
isCanEdit: true
},
didMount() {
console.log(this.props);
},
didMount() {},
didUpdate() {
if (this.props.taskList.id === 108) {
console.log(this.props);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment