From 435db3137a992d208b9f717867ca0b8c12552401 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 2 Apr 2024 08:38:10 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- pages/index/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index fe497ac..fef53d3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -6,7 +6,8 @@ - + + @@ -101,6 +102,9 @@ if (hasLogin()) { _that.judgeBindOwnerFun(); } + if(this.$refs.indexNoticeRef){ + this.$refs.indexNoticeRef._loadData(); + } }, /**