difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
"use strict";
cc._RF.push(module, 'f033axbyJpHBpAi/Tx0XYkI', 'orderaction_const');
// Scripts/mod/orderaction/orderaction_const.js
 
"use strict";
 
var _ColorConst;
 
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
 
var OrderactionConst = {
  // --入口ID
  // --[[
  // 需要注意一个问题:就是当更换周期的时候,需要对上一期的图标进行判断,以防止在主城出现两期的图标,
  // 又或者是出现在下一期的时候,第一次点击进去会出现上一期的UI,这样子就会出现错误的情况
  // ]]
  OrderActionEntranceID: {
    entrance_id: 609 //缤纷盛夏
 
  },
  //视图
  OrderActionView: {
    reward_panel: 1,
    //奖励
    tesk_panel: 2,
    //任务
    advance_card: 3 //充值卡
 
  },
  ColorConst: (_ColorConst = {}, _defineProperty(_ColorConst, 1, new cc.Color(0x71, 0x28, 0x04, 0xff)), _defineProperty(_ColorConst, 2, new cc.Color(0xFF, 0xF4, 0xD7, 0xFF)), _defineProperty(_ColorConst, 3, new cc.Color(0x00, 0x00, 0x00, 0xff)), _defineProperty(_ColorConst, 4, new cc.Color(0xff, 0xf3, 0xd2, 0xFF)), _defineProperty(_ColorConst, 5, new cc.Color(0x5c, 0x17, 0x10, 0xff)), _defineProperty(_ColorConst, 6, new cc.Color(0x33, 0x1d, 0x00, 0xff)), _defineProperty(_ColorConst, 7, new cc.Color(0xcf, 0xb5, 0x93, 0xff)), _defineProperty(_ColorConst, 8, new cc.Color(0xff, 0xed, 0xd6, 0xff)), _defineProperty(_ColorConst, 9, new cc.Color(0x64, 0x32, 0x23, 0xff)), _defineProperty(_ColorConst, 10, new cc.Color(0xff, 0xe0, 0xb9, 0xff)), _defineProperty(_ColorConst, 11, new cc.Color(0xf5, 0xe2, 0xca, 0xff)), _ColorConst)
};
module.exports = OrderactionConst;
 
cc._RF.pop();