Browse Source

删除

newStyle
风继续吹 1 year ago
parent
commit
4ee96e7f51
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      pages/index/index.vue

+ 6
- 1
pages/index/index.vue View File

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

onPullDownRefresh() {


Loading…
Cancel
Save