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