Browse Source

tijiao

dev
douzhuo 2 years ago
parent
commit
6ec3ef8fe5
3 changed files with 6 additions and 3 deletions
  1. +2
    -1
      pages/index/customer.vue
  2. +2
    -1
      pages/index/learning.vue
  3. +2
    -1
      pages/index/personal.vue

+ 2
- 1
pages/index/customer.vue View File

@@ -109,7 +109,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',


+ 2
- 1
pages/index/learning.vue View File

@@ -95,7 +95,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',


+ 2
- 1
pages/index/personal.vue View File

@@ -122,7 +122,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',


Loading…
Cancel
Save