From 65653aee0c4c9da894a198fb4802b36f1839de32 Mon Sep 17 00:00:00 2001 From: yanzai Date: Wed, 12 Mar 2025 14:46:53 +0800 Subject: [PATCH] =?UTF-8?q?tabbar=20=E5=A2=9E=E5=8A=A0=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/check_login/check_login.vue | 5 +- 大庆普济医院小程序/pages.json | 25 +- .../pages/main/person/persontab.vue | 594 ++++++++++++++++++ .../static/image/tabbar/zixuanof.png | Bin 0 -> 3752 bytes .../static/image/tabbar/zixuanon.png | Bin 0 -> 5692 bytes 5 files changed, 619 insertions(+), 5 deletions(-) create mode 100644 大庆普济医院小程序/pages/main/person/persontab.vue create mode 100644 大庆普济医院小程序/static/image/tabbar/zixuanof.png create mode 100644 大庆普济医院小程序/static/image/tabbar/zixuanon.png diff --git a/大庆普济医院小程序/components/check_login/check_login.vue b/大庆普济医院小程序/components/check_login/check_login.vue index 825cd97..4f8f48e 100644 --- a/大庆普济医院小程序/components/check_login/check_login.vue +++ b/大庆普济医院小程序/components/check_login/check_login.vue @@ -5,7 +5,7 @@ * date:2022年10月9日 21:29:16 */ import { - ref + ref,defineExpose } from 'vue' import { $image, @@ -89,6 +89,9 @@ }, }); } + defineExpose({ + coverClick + });