fix:圣诞活动修改异步按钮逻辑
This commit is contained in:
parent
e71c562e08
commit
e1386c698a
@ -40,7 +40,8 @@ export default async function (call: ApiCall<ReqSyncBtn, ResSyncBtn>) {
|
||||
break;
|
||||
case 'christmas':
|
||||
//领完消失
|
||||
change[key] = {active: false};
|
||||
data[key] = {active: false};
|
||||
change[key] = data[key];
|
||||
let _hdList = await HuoDongFun.gethdList(call, 8)
|
||||
if (_hdList) {
|
||||
// 无此活动
|
||||
|
Loading…
Reference in New Issue
Block a user