douzhuo 2 anos atrás
pai
commit
6ec3ef8fe5
3 arquivos alterados com 6 adições e 3 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

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


Carregando…
Cancelar
Salvar