test: 💍 修正 Rax 出码的 demo1 测试用例

This commit is contained in:
牧毅 2020-08-14 10:31:17 +08:00
parent bb48fe1bd1
commit b17c9dde66

View File

@ -75,7 +75,9 @@ class Home$$Page extends Component {
} }
_defineDataSourceList() { _defineDataSourceList() {
return []; return function () {
return [];
}.call(this._context);
} }
_defineUtils() { _defineUtils() {