浏览代码

tijiao

dev
douzhuo 2 年前
父节点
当前提交
6ec3ef8fe5
共有 3 个文件被更改,包括 6 次插入3 次删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

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


正在加载...
取消
保存