cc.Class({ extends: cc.BaseClass, properties: { m_BtSure:cc.Node, m_BtCancel:cc.Node, m_BtClose:cc.Node, m_ClockNode:cc.Node, m_LabTips:cc.Label, m_LabTime:cc.Label, m_FirstUserNode:cc.Node, m_UserNode:cc.Node, m_atlas:cc.SpriteAtlas, }, // LIFE-CYCLE CALLBACKS: ctor :function () { this.m_UserArr = new Array(); this.m_EndTime = null; }, SetDissolveInfo:function(UserID, ChooseArr, CntDown,LockArr,allCntDown){ this.m_BtClose.active = false; this.m_DisUserID = UserID; if(this.DisUserCtrl == null) this.DisUserCtrl = this.$('UserCtrl@DisUserPre'); //默认数据 this.m_LockArr = LockArr; this.m_UserArr = ChooseArr; for(var i = 0;i