From 4ee96e7f516f8f8ecdae02307e05f0fe07b92be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=BB=A7=E7=BB=AD=E5=90=B9?= <17611323298@163.com> Date: Mon, 3 Apr 2023 14:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 0055fb8..e6d4a7d 100644 --- a/pages/index/index.vue +++ b/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() {