| @@ -109,7 +109,8 @@ | |||||
| url: config.service.notReadNum, | url: config.service.notReadNum, | ||||
| method: "GET", | method: "GET", | ||||
| data: { | data: { | ||||
| id: uni.getStorageSync('weapp_session_userInfo_data').accountId | |||||
| id: uni.getStorageSync('weapp_session_userInfo_data').accountId, | |||||
| projectId: uni.getStorageSync('buildingID').id, | |||||
| }, | }, | ||||
| header: { | header: { | ||||
| 'content-type': 'application/json', | 'content-type': 'application/json', | ||||
| @@ -95,7 +95,8 @@ | |||||
| url: config.service.notReadNum, | url: config.service.notReadNum, | ||||
| method: "GET", | method: "GET", | ||||
| data: { | data: { | ||||
| id: uni.getStorageSync('weapp_session_userInfo_data').accountId | |||||
| id: uni.getStorageSync('weapp_session_userInfo_data').accountId, | |||||
| projectId: uni.getStorageSync('buildingID').id, | |||||
| }, | }, | ||||
| header: { | header: { | ||||
| 'content-type': 'application/json', | 'content-type': 'application/json', | ||||
| @@ -122,7 +122,8 @@ | |||||
| url: config.service.notReadNum, | url: config.service.notReadNum, | ||||
| method: "GET", | method: "GET", | ||||
| data: { | data: { | ||||
| id: uni.getStorageSync('weapp_session_userInfo_data').accountId | |||||
| id: uni.getStorageSync('weapp_session_userInfo_data').accountId, | |||||
| projectId: uni.getStorageSync('buildingID').id, | |||||
| }, | }, | ||||
| header: { | header: { | ||||
| 'content-type': 'application/json', | 'content-type': 'application/json', | ||||