From bf39147538790b026309c4840274fbd917e5a57a Mon Sep 17 00:00:00 2001 From: dy Date: Fri, 29 Dec 2023 15:19:19 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix=20=E7=BA=A2=E7=82=B9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e9a27e135ea2024f0ee6381b5426a014bf8c1659. --- src/api_s2c/hongdian/fun.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api_s2c/hongdian/fun.ts b/src/api_s2c/hongdian/fun.ts index a533b60..7f7781c 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.stype] = ishd + _res.val.hdxq[element.hdid] = ishd } } return _res;