()
| 106 | } |
| 107 | |
| 108 | function showMsg() { |
| 109 | $.log(`【京东账号${$.index}】${$.nickName}\n${message}`); |
| 110 | jdNotify = $.getdata('jdSuperMarketNotify') ? $.getdata('jdSuperMarketNotify') : jdNotify; |
| 111 | if (!jdNotify || jdNotify === 'false') { |
| 112 | $.msg($.name, subTitle, `【京东账号${$.index}】${$.nickName}\n${message}`); |
| 113 | } |
| 114 | } |
| 115 | |
| 116 | //抽奖功能(招财进宝) |
| 117 | async function drawLottery() { |
no test coverage detected