Skip to content

Commit

Permalink
fix-哔哩哔哩. 会员券领取提醒
Browse files Browse the repository at this point in the history
  • Loading branch information
wdssmq committed Sep 23, 2024
1 parent 692662e commit fc31cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bilibili/src/_bcoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const diffDateDays = (date1, date2) => {

// 判断是否已经领取过
const fnCheckByDOM = () => {
const $bcoin = $n(".bcoin-wrapper");
const $bcoin = $n(".security-right .coupon-wrapper");
// _log("fnCheckByDOM", $bcoin);
// $bcoin && _log("fnCheckByDOM", $bcoin.innerHTML);
if ($bcoin && $bcoin.innerText.includes("本次已领")) {
Expand Down

0 comments on commit fc31cfc

Please sign in to comment.