|
@@ -6,9 +6,9 @@ const { ccclass, property } = _decorator;
|
|
|
@ccclass('home_bottom')
|
|
|
export class home_bottom extends Component {
|
|
|
start() {
|
|
|
- uiManager.Instance().onButtonListen(this.node, ()=>{
|
|
|
- uiManager.Instance().showUi(config.UI.rank)
|
|
|
- })
|
|
|
+ // uiManager.Instance().onButtonListen(this.node, ()=>{
|
|
|
+ // uiManager.Instance().showUi(config.UI.rank)
|
|
|
+ // })
|
|
|
}
|
|
|
public init(){
|
|
|
|