bing 1 ano atrás
pai
commit
4e887e2105
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      assets/share/Share.ts

+ 1 - 1
assets/share/Share.ts

@@ -12,7 +12,7 @@ export class Share extends Component {
     protected onLoad(){
 		UtilsPanel.getAllNeedCom(this, this.node, true);
         UtilsPanel.addBtnEvent(this.node_go, this.onGoClick, this).transition = Button.Transition.NONE;
-        UtilsPanel.addBtnEvent(this.node_go1, this.onGoClick, this).transition = Button.Transition.NONE;
+        // UtilsPanel.addBtnEvent(this.node_go1, this.onGoClick, this).transition = Button.Transition.NONE;
 	}
     
     private onGoClick(){