风继续吹 před 2 roky
rodič
revize
4ee96e7f51
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +6
    -1
      pages/index/index.vue

+ 6
- 1
pages/index/index.vue Zobrazit soubor

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

onPullDownRefresh() {


Načítá se…
Zrušit
Uložit