Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
bf5f2b5b
Commit
bf5f2b5b
authored
Jul 18, 2025
by
weishengfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片预览功能
parent
aa6e4c40
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
498 additions
and
2 deletions
+498
-2
pages.json
pages.json
+11
-0
myReportCard.vue
pages/myReportCard/myReportCard.vue
+482
-0
postnatalCheckUp.vue
pages/postnatalCheckUp/postnatalCheckUp.vue
+5
-2
bg1.png
static/chanjianTool/bg1.png
+0
-0
icon19.png
static/chanjianTool/icon19.png
+0
-0
icon20.png
static/chanjianTool/icon20.png
+0
-0
icon21.png
static/chanjianTool/icon21.png
+0
-0
No files found.
pages.json
View file @
bf5f2b5b
{
"pages"
:
[
//
产检提醒
{
"path"
:
"pages/postnatalCheckUp/postnatalCheckUp"
,
"style"
:
...
...
@@ -96,6 +97,16 @@
"navigationBarBackgroundColor"
:
"#ffffff"
,
"enablePullDownRefresh"
:
false
}
},
//
我的报告单
{
"path"
:
"pages/myReportCard/myReportCard"
,
"style"
:
{
"navigationBarTitleText"
:
"我的报告单"
,
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
}
}
],
"globalStyle"
:
{
...
...
pages/myReportCard/myReportCard.vue
0 → 100644
View file @
bf5f2b5b
This diff is collapsed.
Click to expand it.
pages/postnatalCheckUp/postnatalCheckUp.vue
View file @
bf5f2b5b
...
...
@@ -390,7 +390,11 @@
case
1
:
showPicker
.
value
=
true
break
;
case
2
:
uni
.
navigateTo
({
url
:
'/pages/myReportCard/myReportCard'
})
break
;
default
:
break
;
}
...
...
@@ -490,7 +494,6 @@
<
style
lang=
"less"
scoped
>
@import "@/common.less";
.postnatal {
// position: absolute;
width: 100%;
...
...
static/chanjianTool/bg1.png
0 → 100644
View file @
bf5f2b5b
880 KB
static/chanjianTool/icon19.png
0 → 100644
View file @
bf5f2b5b
882 Bytes
static/chanjianTool/icon20.png
0 → 100644
View file @
bf5f2b5b
132 Bytes
static/chanjianTool/icon21.png
0 → 100644
View file @
bf5f2b5b
2.54 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment