douzhuo 2 yıl önce
ebeveyn
işleme
6ec3ef8fe5
3 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet