Explorar el Código

修改公告不穿projectID

dmb
douzhuo hace 1 año
padre
commit
83363699a9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      pages/mine/messageList.vue

+ 2
- 0
pages/mine/messageList.vue Ver fichero

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


Cargando…
Cancelar
Guardar