/****************************************************************** * * 联盟排行 * ******************************************************************/ const BridgeWindow = require( "bridge.window" ); cc.Class( { extends: BridgeWindow, properties: { }, // 显示 onEnable: function() { }, // 关闭 onDisable: function() { }, } );