|
@@ -155,7 +155,7 @@ export class FarmIcon extends cc.Component {
|
|
|
this.node.removeChild(child);
|
|
this.node.removeChild(child);
|
|
|
gData.gameData.setFarmDataMap(this.configID, this.data);
|
|
gData.gameData.setFarmDataMap(this.configID, this.data);
|
|
|
//await gData.gameData.gameStyle.doCropFlyLogic(this.plantID, this.node, true);
|
|
//await gData.gameData.gameStyle.doCropFlyLogic(this.plantID, this.node, true);
|
|
|
- gData.gameData.nextMake = null;
|
|
|
|
|
|
|
+ //gData.gameData.nextMake = null;
|
|
|
gData.gameData.setNextProduct(false);
|
|
gData.gameData.setNextProduct(false);
|
|
|
|
|
|
|
|
if (gData.harvestData.getType == 0) {
|
|
if (gData.harvestData.getType == 0) {
|