Compare commits

..

No commits in common. "f7cf497dede9ea110ddaffd9119cd711f502f20e" and "3462540159813a5c0087e89595eea7843fc1e12c" have entirely different histories.

View File

@ -358,7 +358,7 @@ export class HuoDongHongDianFun {
_res.show = true _res.show = true
_res.val.hdid.push(element.hdid) _res.val.hdid.push(element.hdid)
if (_res.val.htype.indexOf(element.htype) == -1) _res.val.htype.push(element.htype) 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; return _res;