style(春节活动页面): 修复弹窗打不开的问题
This commit is contained in:
parent
10c1149579
commit
a3c37467b4
@ -994,7 +994,7 @@ const getDrawRecords = async () => {
|
|||||||
const resDrawRecords = await drawRecords('04877')
|
const resDrawRecords = await drawRecords('04877')
|
||||||
if (resDrawRecords.status && resDrawRecords.body) {
|
if (resDrawRecords.status && resDrawRecords.body) {
|
||||||
myRecords.value = resDrawRecords.body?.records || []
|
myRecords.value = resDrawRecords.body?.records || []
|
||||||
openPopup('history') // 打开中奖历史弹窗
|
openPopup('drawRecord') // 打开中奖历史弹窗
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user