소스 검색

删除

newStyle
风继续吹 2 년 전
부모
커밋
4ee96e7f51
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      pages/index/index.vue

+ 6
- 1
pages/index/index.vue 파일 보기

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

onPullDownRefresh() {


불러오는 중...
취소
저장