douzhuo hace 2 años
padre
commit
6ec3ef8fe5
Se han modificado 3 ficheros con 6 adiciones y 3 borrados
  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 fichero

@@ -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 fichero

@@ -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 fichero

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


Cargando…
Cancelar
Guardar