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
"use strict";
cc._RF.push(module, '9fef7eJv0VJ2aE5UGQabf22', 'orderaction_event');
// Scripts/mod/orderaction/orderaction_event.js
 
"use strict";
 
module.exports = {
  //请求数据
  OrderAction_Init_Event: "OrderAction_Init_Event",
  //任务领取
  OrderAction_TaskGet_Event: "OrderAction_TaskGet_Event",
  //等级展示
  OrderAction_LevReward_Event: "OrderAction_LevReward_Event",
  //等级经验变化
  OrderAction_Updata_LevExp_Event: "OrderAction_Updata_LevExp_Event",
  //购买礼包卡
  OrderAction_BuyGiftCard_Event: "OrderAction_BuyGiftCard_Event",
  //是否活动结束弹窗
  OrderAction_IsPopWarn_Event: "OrderAction_IsPopWarn_Event"
};
 
cc._RF.pop();