@@ -60,6 +60,9 @@ cc.Class({
update(dt) {
// console.log('子域 update');
+ if (this.listAdapter) {
+ this.listAdapter.update(dt);
+ }
},