From e0354add61dd1df3b3d2fd5372dd05a5e908a336 Mon Sep 17 00:00:00 2001 From: kola-web Date: Wed, 24 Dec 2025 15:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BF=80=E7=B4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patient/pages/hormones/index.json | 3 +++ src/patient/pages/hormones/index.scss | 0 src/patient/pages/hormones/index.ts | 8 ++++++++ src/patient/pages/hormones/index.wxml | 2 ++ 4 files changed, 13 insertions(+) create mode 100644 src/patient/pages/hormones/index.json create mode 100644 src/patient/pages/hormones/index.scss create mode 100644 src/patient/pages/hormones/index.ts create mode 100644 src/patient/pages/hormones/index.wxml diff --git a/src/patient/pages/hormones/index.json b/src/patient/pages/hormones/index.json new file mode 100644 index 0000000..a97367d --- /dev/null +++ b/src/patient/pages/hormones/index.json @@ -0,0 +1,3 @@ +{ + "usingComponents": {} +} diff --git a/src/patient/pages/hormones/index.scss b/src/patient/pages/hormones/index.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/patient/pages/hormones/index.ts b/src/patient/pages/hormones/index.ts new file mode 100644 index 0000000..067b6bb --- /dev/null +++ b/src/patient/pages/hormones/index.ts @@ -0,0 +1,8 @@ +const _app = getApp(); + +Page({ + data: {}, + onLoad() {}, +}); + +export {} diff --git a/src/patient/pages/hormones/index.wxml b/src/patient/pages/hormones/index.wxml new file mode 100644 index 0000000..a10af0e --- /dev/null +++ b/src/patient/pages/hormones/index.wxml @@ -0,0 +1,2 @@ + +pages/story/index.wxml