(box)
| 2777 | } |
| 2778 | |
| 2779 | function shNotify(box) { |
| 2780 | noNtf == false && |
| 2781 | box.length > 0 && |
| 2782 | $.msg(JS_NAME, notifyName + ' 点击通知查看详情', box, { url: url + '&openMsgHtml=true' }) |
| 2783 | } |
| 2784 | |
| 2785 | function getPolicy(str) { |
| 2786 | let commaNum = str.lastIndexOf(',') |
no test coverage detected