diff --git a/src/platforms/app-plus/view/framework/plugins/data.js b/src/platforms/app-plus/view/framework/plugins/data.js index 121df62080cf95e70dd26f10612b4157e9977647..94c47c949bbd28c7655293d207047ed11355a039 100644 --- a/src/platforms/app-plus/view/framework/plugins/data.js +++ b/src/platforms/app-plus/view/framework/plugins/data.js @@ -127,7 +127,7 @@ function getData (id, name) { try { return this.$r[id][name] } 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) { this.$set(this.wxsProps, wxsPropName, value) return value } 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`) } }