style(春节活动页面): 修复弹窗打不开的问题

This commit is contained in:
hzj 2026-02-11 17:28:40 +08:00
parent 10c1149579
commit a3c37467b4

View File

@ -994,7 +994,7 @@ const getDrawRecords = async () => {
const resDrawRecords = await drawRecords('04877')
if (resDrawRecords.status && resDrawRecords.body) {
myRecords.value = resDrawRecords.body?.records || []
openPopup('history') //
openPopup('drawRecord') //
}
}