diff --git a/src/api_s2c/hongdian/fun.ts b/src/api_s2c/hongdian/fun.ts index 7f7781c..a533b60 100644 --- a/src/api_s2c/hongdian/fun.ts +++ b/src/api_s2c/hongdian/fun.ts @@ -358,7 +358,7 @@ export class HuoDongHongDianFun { _res.show = true _res.val.hdid.push(element.hdid) if (_res.val.htype.indexOf(element.htype) == -1) _res.val.htype.push(element.htype) - _res.val.hdxq[element.hdid] = ishd + _res.val.hdxq[element.stype] = ishd } } return _res;