Commit 9a8d39da authored by wildfirecode's avatar wildfirecode

1

parent 04c789fd
...@@ -25,7 +25,7 @@ const hdGameDoDojoin = (callback: Function, collectRuleId?: number): void => { ...@@ -25,7 +25,7 @@ const hdGameDoDojoin = (callback: Function, collectRuleId?: number): void => {
} else { } else {
callback(success); callback(success);
} }
}); },collectRuleId);
} }
export default hdGameDoDojoin export default hdGameDoDojoin
\ No newline at end of file
...@@ -971,6 +971,7 @@ export class NetManager extends ABNetManager { ...@@ -971,6 +971,7 @@ export class NetManager extends ABNetManager {
const param: any = { const param: any = {
activityId: DataManager.ins.customCfgData.actId, activityId: DataManager.ins.customCfgData.actId,
activityType: 'hdtool', activityType: 'hdtool',
score:score,
consumerId: window['CFG'].consumerId consumerId: window['CFG'].consumerId
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment