wuwangdong преди 4 години
родител
ревизия
9476082313
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      assets/script/before/view/ui/PlantPanel.ts

+ 2 - 2
assets/script/before/view/ui/PlantPanel.ts

@@ -69,8 +69,8 @@ export default class PlantPanel extends cc.Component {
                     {
                         this.tableView.contentMoveByIndex(gData.plantData.productIndex-1, 0.2);
                     }else{
-                        this.tableView.moveButtom();
-                        //this.tableView.contentMoveByIndex(this.list_data.length-4, 0.2, true);
+                        //this.tableView.moveButtom();
+                        this.tableView.contentMoveByIndex(this.list_data.length-4, 0.2, true);
                     }  
                 }