提交 07cfbf14 编写于 作者: fxy060608's avatar fxy060608

chore(v3): remove unused error log

上级 5bc59467
...@@ -127,7 +127,7 @@ function getData (id, name) { ...@@ -127,7 +127,7 @@ function getData (id, name) {
try { try {
return this.$r[id][name] return this.$r[id][name]
} catch (e) { } catch (e) {
console.error(this.$options.__file + `:[${this._$id}]$r[${id}][${name}] is undefined`) // console.error(this.$options.__file + `:[${this._$id}]$r[${id}][${name}] is undefined`)
} }
} }
/** /**
...@@ -143,7 +143,7 @@ function getChangeData (id, name) { ...@@ -143,7 +143,7 @@ function getChangeData (id, name) {
this.$set(this.wxsProps, wxsPropName, value) this.$set(this.wxsProps, wxsPropName, value)
return value return value
} catch (e) { } catch (e) {
console.error(this.$options.__file + `:[${this._$id}]$r[${id}][${name}] is undefined`) // console.error(this.$options.__file + `:[${this._$id}]$r[${id}][${name}] is undefined`)
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册