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(){