Browse Source

修复道具消失的问题

SunnyLinSD 6 years ago
parent
commit
76609a73e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/scripts/levelHome/LevelHomeItem.js

+ 1 - 0
assets/scripts/levelHome/LevelHomeItem.js

@@ -407,6 +407,7 @@ cc.Class({
                 this.propScript.showAnimation();
             } else {
                 this.propScript.node.position = cc.v2(150, -28);
+                this.propScript.node.active = true;
             }
             
         } else {