()
| 990 | }) |
| 991 | } |
| 992 | function showMsg() { |
| 993 | jdNotify = $.getdata('jdJoyNotify') ? $.getdata('jdJoyNotify') : jdNotify; |
| 994 | if (!jdNotify || jdNotify === 'false') { |
| 995 | $.msg($.name, subTitle, message); |
| 996 | } else { |
| 997 | $.log(`\n${message}\n`); |
| 998 | } |
| 999 | } |
| 1000 | function TotalBean() { |
| 1001 | return new Promise(async resolve => { |
| 1002 | const options = { |