修复领取奖励弹窗异常问题

This commit is contained in:
Dragon
2023-12-20 15:48:17 +08:00
parent c2122786a9
commit 3e413929cb

View File

@@ -810,6 +810,7 @@ $('.page2 .heartbeat1 .heartbeatBIng').click(function () {
success (res) {
if (res.code === 200) {
getCp();
$('.lqPub .lqPub_in img').attr('src',`./images/lvgift${taskId}.png`)
$('.lqPub').show();
bodyScroolFun(true);
} else {