From def5e7913c83d509a3664ffb91b597fbbb2e2841 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Sat, 13 Apr 2024 10:35:52 +0800
Subject: [PATCH] 轮播图刷新
---
pages/home/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/home/index.vue b/pages/home/index.vue
index fc8f583..a86ff55 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -646,6 +646,7 @@
this.getHouseDataList(val.id)
this.curHouseCode = this.curSelectSite.houseCode
uni.setStorageSync("curHouseCode", this.curSelectSite.houseCode)
+ this.getBanner();
})
},
onShow() {
@@ -655,7 +656,6 @@
console.log("*******status*****", uni.getStorageSync("userInfo").status)
this.getRealTimeLocaltion()
}
- // this.getBanner();
},
onShareAppMessage() {
--
Gitblit v1.9.3