kola-web 2 months ago
parent
commit
e0354add61
  1. 3
      src/patient/pages/hormones/index.json
  2. 0
      src/patient/pages/hormones/index.scss
  3. 8
      src/patient/pages/hormones/index.ts
  4. 2
      src/patient/pages/hormones/index.wxml

3
src/patient/pages/hormones/index.json

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
{
"usingComponents": {}
}

0
src/patient/pages/hormones/index.scss

8
src/patient/pages/hormones/index.ts

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
const _app = getApp<IAppOption>();
Page({
data: {},
onLoad() {},
});
export {}

2
src/patient/pages/hormones/index.wxml

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
<!--pages/story/index.wxml-->
<text>pages/story/index.wxml</text>
Loading…
Cancel
Save