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

update

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