|
@@ -485,9 +485,9 @@ U.MD.D.stopSafari = function () {
|
|
|
|
|
|
U.MD.D.getNotice = function () {
|
|
|
// a77e9404-efec-11e9-96f9-028edca3b798&oid=45facc0a-1211-11ec-80ad-005056b86db5&org=undefined&role=1
|
|
|
- var uid = 'a77e9404-efec-11e9-96f9-028edca3b798',
|
|
|
- oid = '45facc0a-1211-11ec-80ad-005056b86db5',
|
|
|
- org = 'undefined';
|
|
|
+ var uid = US.userInfo.userid,
|
|
|
+ oid = US.userInfo.organizeid,
|
|
|
+ org = US.userInfo.org;
|
|
|
U.A.Request(US.Config.pbl + "selectNotice?uid=" + uid + "&oid=" + oid + "&org=" + org + "&page=1", [], function (res) {
|
|
|
if (res.value && res.value[0].length > 0) {
|
|
|
let box = $('.U_MD_D_BD_notice')[0]
|