浏览代码

调整大象历史记录的颜色.

zhaoyu_ma 4 月之前
父节点
当前提交
edeea907a3

+ 1 - 2
luckypot_sp/assets/Lobby/scripts/history/SlotHistoryChooseDev.js

@@ -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];
     },
 

+ 1 - 0
luckypot_sp/assets/Lobby/scripts/history/SlotHistoryDetailArrowDev.js

@@ -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;
 

文件差异内容过多而无法显示
+ 232 - 232
luckypot_sp/assets/SubGame/slotGaneshabundle/slotGaneshaprefab/slotHistoryDev.prefab


部分文件因为文件数量过多而无法显示