|
|
@@ -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);
|
|
|
}
|
|
|
}
|
|
|
|