@@ -44,10 +44,9 @@ cc.Class({
this.colorDark = new cc.Color(166, 164, 169); //暗
this.colorBright = new cc.Color(255, 194, 30); //亮
let curKind = cc.vv.serverListData.getCurRoomData().KindID;
- if(curKind == 3105){
+ if(curKind == 3104){
this.colorBright = new cc.Color(221, 92, 42); //亮
}
-
this.months = [1,2,3,4,5,6,7,8,9,10,11,12];
},
@@ -50,6 +50,7 @@ cc.Class({
labScore.string = '';
labScoreSelect.string = '';
+ tNode.getChildByName('labDes').active = this.detailJs.curScrollIndex != i;
tNode.getChildByName('labDesSelect').active = this.detailJs.curScrollIndex == i;
tNode.getChildByName('labScoreSelect').active = this.detailJs.curScrollIndex == i;