|
|
@@ -414,6 +414,10 @@ |
|
|
|
'content-type': 'application/json', |
|
|
|
'Access-Token': uni.getStorageSync('weapp_session_login_data').token |
|
|
|
}, |
|
|
|
|
|
|
|
data: { |
|
|
|
|
|
|
|
}, |
|
|
|
success: (res) => { |
|
|
|
this.first(res.data.data.id) |
|
|
|
this.content = res.data.data.content |
|
|
@@ -442,7 +446,8 @@ |
|
|
|
url: config.service.notReadNum, |
|
|
|
method: "GET", |
|
|
|
data: { |
|
|
|
id: uni.getStorageSync('weapp_session_userInfo_data').accountId |
|
|
|
id: uni.getStorageSync('weapp_session_userInfo_data').accountId, |
|
|
|
projectId: uni.getStorageSync('buildingID').id, |
|
|
|
}, |
|
|
|
header: { |
|
|
|
'content-type': 'application/json', |
|
|
|