bing преди 1 година
родител
ревизия
4e887e2105
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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(){