Commit 148c9342 by xiexiaoqin

del: console log

parent 425ce7bc
......@@ -7,14 +7,10 @@ Component({
isCanEdit: true
},
didMount() {
console.log(this.props);
},
didUpdate() {
if (this.props.taskList.id === 108) {
console.log(this.props);
}
},
didUnmount() {},
didUnmount() { },
methods: {
showPop(e) {
if (this.props.isCanEdit) {
......
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