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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
"use strict";
cc._RF.push(module, '6adbcZ3xfRDuqk3p+whkrcV', 'action_const');
// Scripts/mod/action/action_const.js
 
"use strict";
 
var _ActionPanelTypeView, _ActionConst$ActionTy;
 
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 ActionConst = {
  ActionType: {
    Operate: 0,
    // 运营活动
    OpenServer: 1,
    // 开服活动
    Combine: 2,
    // 合服活动
    Wonderful: 4,
    // 精彩活动(包含0,1,3)
    SingleWonderful: 3 // 个人精彩活动
 
  },
  //- 活动所有标签页的类型控制器
  ActionPanelTypeView: (_ActionPanelTypeView = {}, _defineProperty(_ActionPanelTypeView, 5, "action_limit_buy_panel"), _defineProperty(_ActionPanelTypeView, 15, "action_acc_level_up_gift_panel"), _defineProperty(_ActionPanelTypeView, 16, "action_common_panel"), _defineProperty(_ActionPanelTypeView, 17, "action_limit_change_panel"), _defineProperty(_ActionPanelTypeView, 30, "start_work_panel"), _defineProperty(_ActionPanelTypeView, 102, "action_limit_yuanzhen_panel"), _defineProperty(_ActionPanelTypeView, 103, "action_time_summon_panel"), _defineProperty(_ActionPanelTypeView, 104, "action_time_shop_panel"), _defineProperty(_ActionPanelTypeView, 111, "action_high_value_gift_panel"), _defineProperty(_ActionPanelTypeView, 113, "action_mysterious_store_panel"), _defineProperty(_ActionPanelTypeView, 115, "action_buy_skin_panel"), _defineProperty(_ActionPanelTypeView, 118, "limitexercise_panel"), _defineProperty(_ActionPanelTypeView, 120, "elitesummon_panel"), _ActionPanelTypeView),
  // //是否存在需要转换为类型4
  // ActionTypeChange: {
  //     [0]: this.ActionType,
  //     [1]: 1,
  //     [3]: 3,
  // },
  // 活动额外参数类型
  ActionExtType: {
    ActivityMaxCount: 2 // 单笔充值限制次数
    ,
    RechageTotalCount: 4 // 限购购买总次数
    ,
    RechageCurCount: 5 // 限购已购买次数
    ,
    ActivityCurrentCount: 6 // 单笔充值当前次数
    ,
    BossId: 8 // BOSSID
    ,
    BossIcon: 9 // BOSS展示图标 
    ,
    BossMinPower: 10 // BOSS最小通关战力
    ,
    BossReplayId: 11 // BOSS击杀录像ID  
    ,
    BossRecommendPower: 12 // BOSS推荐通关战力
    ,
    RechargeMaxCount: 13 // 充值返利最大次数
    ,
    RechargeUseCount: 14 // 充值返利已用最大次数
    ,
    RechargeAvailableCount: 15 // 充值返利可用次数
    ,
    RechargeBackOutItem: 16 // 充值返利已出物品
    ,
    RechargeRMB: 17 // 充值返利充值人民币
    ,
    GodPartnerId: 18 // 神将id
    ,
    ItemId: 19 // 消耗道具id
    ,
    ItemNum: 20 // 消耗道具数量
    ,
    PopItemId: 21 // 弹窗道具id
    ,
    PopItemNum: 22 // 弹窗道具数量
    ,
    ActivityAddCount: 23 // 累积可领取次数
    ,
    ActivityFestvalTime: 24 // 节日登录时间
    ,
    ActivityFestvalDiscount: 25 // 活动打折
    ,
    ActivityOldPrice: 26 // 活动原价
    ,
    ActivityCurrentPrice: 27 // 活动现价
    ,
    ItemRechargeId: 33 // 物品支付ID
    ,
    ItemDesc: 34 // 物品描述
 
  },
  ActionStatus: {
    un_finish: 0,
    // 进行中
    finish: 1,
    // 可提交
    completed: 2 // 已提交
 
  },
  //- 特殊活动这类活动不显示在活动面板,而是显示在福利界面
  ActionSpecialID: {
    invest: 991003,
    growfund: 991008
  },
  // 基金类型
  FundType: {
    type_one: 101,
    // 128元基金
    type_two: 102 // 328元基金
 
  },
  // 基金红点类型
  FundRedIndex: {
    fund_get_one: 1,
    // 128元基金可领取
    fund_get_two: 2,
    // 328元基金可领取
    fund_buy_one: 3,
    // 购买128元基金红点
    fund_buy_two: 4 // 购买328元基金红点
 
  },
  //限时活动通用面板
  ActionRankCommonType: {
    //排行榜
    epoint_gold: 97001,
    //点金
    speed_fight: 97002,
    //快速作战
    voyage: 97003,
    //远航
    hero_expedit: 97004,
    //远征
    adventure: 97005,
    //冒险
    yuanzhen_adventure: 93018,
    //元宵冒险
    exercise_1: 93031,
    //试炼有礼
    exercise_2: 93032,
    //试炼有礼2
    exercise_3: 93033,
    //试炼有礼3
    time_summon: 93019,
    // 限时召唤
    start_welfare: 93020,
    // 开工福利
    dial: 93022,
    // 星辰转盘
    qingming: 93023,
    //踏青
    smashegg: 93024,
    // 砸金蛋
    //全面屏的活动    
    common_day: 991011,
    //普通节日
    festval_day: 991024,
    //春节活动
    lover_day: 991025,
    //情人节活动
    longin_gift: 991027,
    //登录好礼
    limit_charge: 991028,
    //限时累充
    luckly_egg: 93025,
    //砸蛋好礼
    acc_luxury: 991021,
    // 积天豪礼
    totle_charge: 91022,
    //累计充值
    totle_consume: 991023,
    //累计消费
    fusion_blessing: 993013,
    //融合祝福
    updata_star: 993014,
    //升星有礼
    hero_awake: 993026,
    //觉醒豪礼
    open_server: 91029,
    //开服限购
    mysterious_store: 993028,
    //神秘杂货铺
    week_gift: 991034,
    //周卡礼包
    high_value_gift: 991030,
    //超值小额礼包
    seven_charge: 991036,
    //7天连充
    elite_summon: 93034,
    //精英招募
    action_wolf: 93018,
    //魔狼传说活动
    limit_exercise: 97007,
    //试炼之境
    action_skin_buy: 991032 //皮肤购买
 
  },
  //限时活动兑换通用面板
  ActionChangeCommonType: {
    limit_change: 93003,
    //限时兑换
    limit_change1: 993003,
    //限时兑换
    limit_festive: 93011,
    //纳福迎春
    limit_festive1: 993011,
    //纳福迎春
    limit_gift: 93010,
    //白雪献礼
    limit_gift1: 993010,
    //白雪献礼
    limit_garden: 93012,
    //游园祭点
    limit_garden1: 993012,
    //游园祭点
    limit_yuanzhen: 93017,
    //元宵兑换
    limit_yuanzhen1: 993017 //元宵兑换
 
  }
}; //是否存在需要转换为类型4
 
ActionConst.ActionTypeChange = (_ActionConst$ActionTy = {}, _defineProperty(_ActionConst$ActionTy, 0, ActionConst.ActionType.Operate), _defineProperty(_ActionConst$ActionTy, 1, ActionConst.ActionType.OpenServer), _defineProperty(_ActionConst$ActionTy, 3, ActionConst.ActionType.SingleWonderful), _ActionConst$ActionTy);
ActionConst.ActonExchangeType = {
  Other: 0,
  //其他
  Perday: 1,
  //每日限兑
  AllServer: 2,
  //全服限兑
  Activity: 3 //活动限兑
 
};
module.exports = ActionConst;
 
cc._RF.pop();