Browse Source

修改公告不穿projectID

trunk1017
douzhuo 1 year ago
parent
commit
4e1fe0631f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      pages/mine/messageList.vue

+ 2
- 0
pages/mine/messageList.vue View File

@@ -183,6 +183,8 @@
} }
if (this.current == 0) { if (this.current == 0) {
obj.projectId = uni.getStorageSync('buildingID').id obj.projectId = uni.getStorageSync('buildingID').id
} else {
obj.projectId = ''
} }
uni.request({ uni.request({
url: config.service.updateList, url: config.service.updateList,


Loading…
Cancel
Save