From 48ba2c372158d7c99fbaafa48a092e6284061182 Mon Sep 17 00:00:00 2001 From: zhangjiahao <1627043995@qq.com> Date: Thu, 24 Jul 2025 15:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5=E9=A1=B5=E9=9D=A2=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=BC=B9=E5=87=BA=E6=B4=BB=E5=8A=A8=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zhongchou/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index 73fdf6c..498880d 100644 --- a/src/views/zhongchou/index.vue +++ b/src/views/zhongchou/index.vue @@ -332,6 +332,7 @@ const getQueryVariable = (variable) => { } // 组件挂载时初始化 onMounted(() => { + showRulesModal.value = true nextTick(() => { // 页面加载时自动获取活动数据 fetchActivity()