你的当前环境
(base) PS D:\workspace\codes\vue\petmate> node -v
v22.14.0
🐛 描述bug
点击活动开始以后,等待活动结束。当活动结束的时候,弹窗报错TimeoutError,报错信息如下
A JavaScript error occurred in the main process
Uncaught Exception:Error: 结束活动失败
at Timeout. onTimeout(D:\workspacelcodes\vuelpetmateldist\srclmainlipc.js:87:39)at listOnTimeout (node:internal/timers:588:17)at process.processTimers (node:internal/timers:523:7
并且我的 sing_exp, draw_exp, affection_exp, hungry, emotion, energy, health 都变成了Null
🤗 期望的结果
- 点击活动,活动开始,最后活动正常结束,不会有报错弹窗。
- 活动结束以后,
sing_exp, draw_exp, affection_exp, hungry, emotion, energy, health 不会变成Null,且奖励正常结算
你的当前环境
🐛 描述bug
点击活动开始以后,等待活动结束。当活动结束的时候,弹窗报错TimeoutError,报错信息如下
并且我的
sing_exp,draw_exp,affection_exp,hungry,emotion,energy,health都变成了Null🤗 期望的结果
sing_exp,draw_exp,affection_exp,hungry,emotion,energy,health不会变成Null,且奖励正常结算