Selaa lähdekoodia

删除

newStyle
风继续吹 2 vuotta sitten
vanhempi
commit
4ee96e7f51
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  1. +6
    -1
      pages/index/index.vue

+ 6
- 1
pages/index/index.vue Näytä tiedosto

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

onPullDownRefresh() {


Ladataan…
Peruuta
Tallenna