|
|
@@ -2,7 +2,7 @@
|
|
|
* @Author: mojunshou 1637302775@qq.com
|
|
|
* @Date: 2025-04-11 10:16:41
|
|
|
* @LastEditors: mojunshou 1637302775@qq.com
|
|
|
- * @LastEditTime: 2025-04-29 14:57:44
|
|
|
+ * @LastEditTime: 2025-04-29 18:39:46
|
|
|
* @Description:
|
|
|
*/
|
|
|
// ServerHandler.ts
|
|
|
@@ -361,9 +361,6 @@ export class ServerHandler {
|
|
|
this.sendMsgToServer(param);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
onGetVideorReward(str: string) {
|
|
|
console.log('[服务器] 获取视频奖励放回', str);
|
|
|
let result = JSON.parse(str);
|
|
|
@@ -380,6 +377,7 @@ export class ServerHandler {
|
|
|
account.hbCoin = props['1004'] || 0;
|
|
|
game.changeHbCoin = changes['1004'] || 0;
|
|
|
game.changeWxCoin = changes['1005'] || 0;
|
|
|
+ game.skipAdCount = props['1008'] || 0;
|
|
|
oops.message.dispatchEvent(GameEvent.showCoinAnimation);
|
|
|
}
|
|
|
}
|