Explorar el Código

删除

newStyle
风继续吹 hace 2 años
padre
commit
4ee96e7f51
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      pages/index/index.vue

+ 6
- 1
pages/index/index.vue Ver fichero

@@ -445,7 +445,12 @@
components: {},
onLoad() {
this.LOADING = true
this.sendLog()
this.sendLog({
houseId: uni.getStorageSync(
'buildingID').id,
houseName: uni.getStorageSync(
'buildingID').name
})
},

onPullDownRefresh() {


Cargando…
Cancelar
Guardar