提交 b58b5e0b 编写于 作者: chengxiang.li's avatar chengxiang.li

update

上级 be5deddf
......@@ -165,7 +165,7 @@
}
}
}
console.log('obj.labels: ', obj.labels);
// console.log('obj.labels: ', obj.labels);
cb && cb(obj);
}
}else{
......@@ -198,7 +198,7 @@
var msg= document.getElementById('msg')
// 将获取到的数据(val)画到msg(canvas)上
QRCode.toCanvas(msg, val, function (error) {
console.log(error)
// console.log(error)
})
},
handleChooseGroup() {
......
......@@ -74,7 +74,7 @@
},
methods: {
handleTabClick(tab, event) {
console.log(tab, event);
// console.log(tab, event);
},
saveEdit() {
this.checkForm = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册