(box)
| 2373 | } |
| 2374 | |
| 2375 | function shNotify(box) { |
| 2376 | noNtf == false && |
| 2377 | box.length > 0 && |
| 2378 | $.msg(JS_NAME, notifyName + ' 点击通知查看详情', box, { url: url + '&openMsgHtml=true' }) |
| 2379 | } |
| 2380 | |
| 2381 | function getPolicy(str) { |
| 2382 | let commaNum = str.lastIndexOf(',') |
no test coverage detected