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
caf6d404
Commit
caf6d404
authored
Jul 28, 2025
by
spc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab2.dui88.com/fh/20250528_FHQ1
into dev
parents
f44e560b
e1651b8e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
62 additions
and
51 deletions
+62
-51
addPostnatal.vue
pages/addPostnatal/addPostnatal.vue
+14
-14
editPostnatal.vue
pages/editPostnatal/editPostnatal.vue
+8
-8
myReportCard.vue
pages/myReportCard/myReportCard.vue
+5
-5
postnatalCheckUp.vue
pages/postnatalCheckUp/postnatalCheckUp.vue
+11
-11
productionCalendar.vue
pages/productionCalendar/productionCalendar.vue
+3
-3
productionDetails.vue
pages/productionDetails/productionDetails.vue
+10
-10
My.vue
views/My.vue
+11
-0
No files found.
pages/addPostnatal/addPostnatal.vue
View file @
caf6d404
...
@@ -3,23 +3,23 @@
...
@@ -3,23 +3,23 @@
<!-- 产检时间 -->
<!-- 产检时间 -->
<view
class=
"add-postnatal-time style1"
>
<view
class=
"add-postnatal-time style1"
>
<view
class=
"time-l"
>
<view
class=
"time-l"
>
<image
src=
"/static/chanjianTool/icon7.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon7.png`
" />
产检时间
产检时间
</view>
</view>
<view
class=
"time-r"
@
click=
"onChangeTime"
>
<view
class=
"time-r"
@
click=
"onChangeTime"
>
{{
time
}}
{{
time
}}
<image
src=
"/static/chanjianTool/icon13.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon13.png`
" />
</view>
</view>
</view>
</view>
<!-- 产检项目 -->
<!-- 产检项目 -->
<view
class=
"add-postnatal-project"
>
<view
class=
"add-postnatal-project"
>
<view
class=
"project-info style1"
>
<view
class=
"project-info style1"
>
<view
class=
"time-l"
>
<view
class=
"time-l"
>
<image
src=
"/static/chanjianTool/icon8.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon8.png`
" />
产检项目
产检项目
</view>
</view>
<view
class=
"project-r"
@
click=
"onAdd"
>
<view
class=
"project-r"
@
click=
"onAdd"
>
<image
src=
"/static/chanjianTool/icon10.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon10.png`
" />
添加
添加
</view>
</view>
</view>
</view>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<view
class=
"item-name"
>
<view
class=
"item-name"
>
{{
itemName
}}
{{
itemName
}}
</view>
</view>
<image
@
click=
"onDelete(id)"
class=
"item-img"
src=
"/static/chanjianTool/delete.png
"
></image>
<image
@
click=
"onDelete(id)"
class=
"item-img"
:src=
"`$
{$baseUrl}chanjianTool/1001/delete.png`
">
</image>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -39,24 +39,24 @@
...
@@ -39,24 +39,24 @@
<view
class=
"add-postnatal-bgd"
>
<view
class=
"add-postnatal-bgd"
>
<view
class=
"style1"
>
<view
class=
"style1"
>
<view
class=
"time-l"
>
<view
class=
"time-l"
>
<image
src=
"/static/chanjianTool/icon9.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon9.png`
" />
本次报告单
本次报告单
</view>
</view>
<view
class=
"time-r"
@
click=
"onSeeBtn"
>
<view
class=
"time-r"
@
click=
"onSeeBtn"
>
查看全部
查看全部
<image
src=
"/static/chanjianTool/icon13.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon13.png`
" />
</view>
</view>
</view>
</view>
<view
class=
"img-list"
>
<view
class=
"img-list"
>
<view
class=
"upload-image"
@
click=
"onUpload"
>
<view
class=
"upload-image"
@
click=
"onUpload"
>
<image
src=
"/static/chanjianTool/icon11.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon11.png`
">
</image>
</view>
</view>
<view
class=
"img-list-item"
v-for=
"(item, index) in bgdImgList"
:key=
"index"
>
<view
class=
"img-list-item"
v-for=
"(item, index) in bgdImgList"
:key=
"index"
>
<view
class=
"item-image"
@
click=
"onPreviewImage(item)"
>
<view
class=
"item-image"
@
click=
"onPreviewImage(item)"
>
<image
class=
"img1"
:src=
"item"
mode=
"widthFix"
></image>
<image
class=
"img1"
:src=
"item"
mode=
"widthFix"
></image>
</view>
</view>
<image
@
click=
"onImageDel(item)"
class=
"img"
src=
"/static/chanjianTool/icon14.png
"
></image>
<image
@
click=
"onImageDel(item)"
class=
"img"
:src=
"`$
{$baseUrl}chanjianTool/1001/icon14.png`
">
</image>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
border-radius=
"32rpx 32rpx 0 0"
>
border-radius=
"32rpx 32rpx 0 0"
>
<view
class=
"popup container"
>
<view
class=
"popup container"
>
<view
class=
"popup-close"
@
click=
"onPopupClose"
>
<view
class=
"popup-close"
@
click=
"onPopupClose"
>
<image
src=
"/static/chanjianTool/icon15.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon15.png`
">
</image>
</view>
</view>
<!-- 项目列表 -->
<!-- 项目列表 -->
<scroll-view
scroll-y
@
touchmove
.
stop
.
prevent=
""
class=
"airport-list"
>
<scroll-view
scroll-y
@
touchmove
.
stop
.
prevent=
""
class=
"airport-list"
>
...
@@ -84,15 +84,15 @@
...
@@ -84,15 +84,15 @@
<view
class=
"airport-item-radio"
@
click=
"toggleSelect(item)"
>
<view
class=
"airport-item-radio"
@
click=
"toggleSelect(item)"
>
<image
class=
"image-1"
v-if=
"isSelected(item.id)"
<image
class=
"image-1"
v-if=
"isSelected(item.id)"
src=
"/static/chanjianTool/icon17.png"
mode=
""
></image>
:src=
"`$
{$baseUrl}chanjianTool/1001/icon17.png`" mode="">
</image>
<image
class=
"image-2"
v-else
src=
"/static/chanjianTool/icon18.png
"
></image>
<image
class=
"image-2"
v-else
:src=
"`$
{$baseUrl}chanjianTool/1001/icon18.png`
">
</image>
<view
class=
"image-3"
>
<view
class=
"image-3"
>
{{
item
.
itemName
}}
{{
item
.
itemName
}}
</view>
</view>
</view>
</view>
<view
class=
"airport-item-image"
@
click
.
stop=
"onView(item)"
>
<view
class=
"airport-item-image"
@
click
.
stop=
"onView(item)"
>
<image
src=
"/static/chanjianTool/icon16.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon16.png`
">
</image>
</view>
</view>
</view>
</view>
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<view
class=
"t-1"
>
<view
class=
"t-1"
>
{{
popupTextObj
.
itemName
}}
{{
popupTextObj
.
itemName
}}
</view>
</view>
<image
@
click=
"onPopupClose2"
src=
"/static/chanjianTool/icon15.png
"
mode=
""
></image>
<image
@
click=
"onPopupClose2"
:src=
"`$
{$baseUrl}chanjianTool/1001/icon15.png`
" mode="">
</image>
</view>
</view>
<view
class=
"text-c"
>
<view
class=
"text-c"
>
{{
popupTextObj
.
introduction
}}
{{
popupTextObj
.
introduction
}}
...
...
pages/editPostnatal/editPostnatal.vue
View file @
caf6d404
...
@@ -4,11 +4,11 @@
...
@@ -4,11 +4,11 @@
<view
class=
"add-postnatal-project"
>
<view
class=
"add-postnatal-project"
>
<view
class=
"project-info style1"
>
<view
class=
"project-info style1"
>
<view
class=
"time-l"
>
<view
class=
"time-l"
>
<image
src=
"/static/chanjianTool/icon8.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon8.png`
" />
产检项目
产检项目
</view>
</view>
<view
class=
"project-r"
@
click=
"onAdd"
>
<view
class=
"project-r"
@
click=
"onAdd"
>
<image
src=
"/static/chanjianTool/icon10.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon10.png`
" />
添加
添加
</view>
</view>
</view>
</view>
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<view
class=
"item-name"
>
<view
class=
"item-name"
>
{{
itemName
}}
{{
itemName
}}
</view>
</view>
<image
@
click=
"onDelete(id)"
class=
"item-img"
src=
"/static/chanjianTool/delete.png
"
></image>
<image
@
click=
"onDelete(id)"
class=
"item-img"
:src=
"`$
{$baseUrl}chanjianTool/1001/delete.png`
">
</image>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
border-radius=
"32rpx 32rpx 0 0"
>
border-radius=
"32rpx 32rpx 0 0"
>
<view
class=
"popup container"
>
<view
class=
"popup container"
>
<view
class=
"popup-close"
@
click=
"onPopupClose"
>
<view
class=
"popup-close"
@
click=
"onPopupClose"
>
<image
src=
"/static/chanjianTool/icon15.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon15.png`
">
</image>
</view>
</view>
<!-- 项目列表 -->
<!-- 项目列表 -->
<scroll-view
scroll-y
@
touchmove
.
stop
.
prevent=
""
class=
"airport-list"
>
<scroll-view
scroll-y
@
touchmove
.
stop
.
prevent=
""
class=
"airport-list"
>
...
@@ -44,15 +44,15 @@
...
@@ -44,15 +44,15 @@
<view
v-for=
"item in group.list"
:key=
"item.id"
class=
"airport-item"
>
<view
v-for=
"item in group.list"
:key=
"item.id"
class=
"airport-item"
>
<view
class=
"airport-item-radio"
@
click=
"toggleSelect(item)"
>
<view
class=
"airport-item-radio"
@
click=
"toggleSelect(item)"
>
<image
class=
"image-1"
v-if=
"isSelected(item.id)"
<image
class=
"image-1"
v-if=
"isSelected(item.id)"
src=
"/static/chanjianTool/icon17.png
"
mode=
""
></image>
:src=
"`$
{$baseUrl}chanjianTool/1001/icon17.png`
" mode="">
</image>
<image
class=
"image-2"
v-else
src=
"/static/chanjianTool/icon18.png
"
></image>
<image
class=
"image-2"
v-else
:src=
"`$
{$baseUrl}chanjianTool/1001/icon18.png`
">
</image>
<view
class=
"image-3"
>
<view
class=
"image-3"
>
{{
item
.
itemName
}}
{{
item
.
itemName
}}
</view>
</view>
</view>
</view>
<view
class=
"airport-item-image"
@
click
.
stop=
"onView(item)"
>
<view
class=
"airport-item-image"
@
click
.
stop=
"onView(item)"
>
<image
src=
"/static/chanjianTool/icon16.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon16.png`
">
</image>
</view>
</view>
</view>
</view>
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<view
class=
"t-1"
>
<view
class=
"t-1"
>
{{
popupTextObj
.
itemName
}}
{{
popupTextObj
.
itemName
}}
</view>
</view>
<image
@
click=
"onPopupClose2"
src=
"/static/chanjianTool/icon15.png
"
mode=
""
></image>
<image
@
click=
"onPopupClose2"
:src=
"`$
{$baseUrl}chanjianTool/1001/icon15.png`
" mode="">
</image>
</view>
</view>
<view
class=
"text-c"
>
<view
class=
"text-c"
>
{{
popupTextObj
.
introduction
}}
{{
popupTextObj
.
introduction
}}
...
...
pages/myReportCard/myReportCard.vue
View file @
caf6d404
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<customize-navigation>
<customize-navigation>
<template
v-slot:navbar-content
>
<template
v-slot:navbar-content
>
<view
class=
"page-top"
>
<view
class=
"page-top"
>
<image
@
tap=
"backHandler"
class=
"btnback"
src=
"/static/chanjianTool/back.png
"
></image>
<image
@
tap=
"backHandler"
class=
"btnback"
:src=
"`$
{$baseUrl}chanjianTool/1001/back.png`
">
</image>
<view
class=
"page_title"
>
我的报告单
</view>
<view
class=
"page_title"
>
我的报告单
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -18,12 +18,12 @@
...
@@ -18,12 +18,12 @@
<view
class=
"list-item"
v-for=
"(item, index) in listData"
:key=
"index"
>
<view
class=
"list-item"
v-for=
"(item, index) in listData"
:key=
"index"
>
<view
class=
"item-time"
>
<view
class=
"item-time"
>
<view
class=
"item-time-l"
>
<view
class=
"item-time-l"
>
<image
src=
"/static/chanjianTool/icon19.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon19.png`
">
</image>
{{
item
.
checkupDate
}}
{{
item
.
checkupDate
}}
</view>
</view>
<view
class=
"item-time-r"
@
click=
"onDelete(item.id)"
>
<view
class=
"item-time-r"
@
click=
"onDelete(item.id)"
>
<image
src=
"/static/chanjianTool/delete.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/delete.png`
">
</image>
</view>
</view>
</view>
</view>
<view
class=
"item-line"
>
<view
class=
"item-line"
>
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
</template>
</template>
<
template
v-else
>
<
template
v-else
>
<view
class=
"no-data"
>
<view
class=
"no-data"
>
<image
src=
"/static/chanjianTool/icon28.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon28.png`
">
</image>
</view>
</view>
</
template
>
</
template
>
</view>
</view>
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
</view>
</view>
</view>
</view>
<view
class=
"close-btn-bottom"
@
tap=
"onClose"
>
<view
class=
"close-btn-bottom"
@
tap=
"onClose"
>
<image
src=
"/static/chanjianTool/icon21.png
"
></image>
<image
:src=
"`${$baseUrl}chanjianTool/1001/icon21.png`
"
></image>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
pages/postnatalCheckUp/postnatalCheckUp.vue
View file @
caf6d404
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<customize-navigation>
<customize-navigation>
<template
v-slot:navbar-content
>
<template
v-slot:navbar-content
>
<view
class=
"page-top"
>
<view
class=
"page-top"
>
<image
@
tap=
"backHandler"
class=
"btnback"
src=
"/static/chanjianTool/back.png
"
></image>
<image
@
tap=
"backHandler"
class=
"btnback"
:src=
"`$
{$baseUrl}chanjianTool/1001/back.png`
">
</image>
<view
class=
"page_title"
>
产检提醒
</view>
<view
class=
"page_title"
>
产检提醒
</view>
</view>
</view>
</
template
>
</
template
>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
孕{{ homeInfo.gestationalWeeks }}周
孕{{ homeInfo.gestationalWeeks }}周
</view>
</view>
<view
class=
"info-c"
>
<view
class=
"info-c"
>
<image
class=
"info-img"
src=
"/static/chanjianTool/line.png
"
></image>
<image
class=
"info-img"
:src=
"`${$baseUrl}chanjianTool/1001/line.png`
"
></image>
</view>
</view>
<view
class=
"info-r"
>
<view
class=
"info-r"
>
预产期:{{ homeInfo.dueDate }}
预产期:{{ homeInfo.dueDate }}
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<view
class=
"btn-item-text"
>
<view
class=
"btn-item-text"
>
{{ name }}
{{ name }}
</view>
</view>
<image
class=
"image2"
src=
"/static/chanjianTool/right.png
"
></image>
<image
class=
"image2"
:src=
"`${$baseUrl}chanjianTool/1001/right.png`
"
></image>
</view>
</view>
</view>
</view>
<!-- 产检记录 -->
<!-- 产检记录 -->
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
<view
class=
"record-item"
<view
class=
"record-item"
v-for=
"({ id, checkupDate, index, pregnancyWeek, status, examinationItems, type }, i) in homeInfo.checkupList"
v-for=
"({ id, checkupDate, index, pregnancyWeek, status, examinationItems, type }, i) in homeInfo.checkupList"
@
click=
"onDetails(id)"
:key=
"i"
>
@
click=
"onDetails(id)"
:key=
"i"
>
<image
class=
"add-image"
v-if=
"type === '1'"
src=
"/static/chanjianTool/bs.png
"
></image>
<image
class=
"add-image"
v-if=
"type === '1'"
:src=
"`${$baseUrl}chanjianTool/1001/bs.png`
"
></image>
<view
class=
"item-t"
>
<view
class=
"item-t"
>
<view
class=
"item-t-l"
>
<view
class=
"item-t-l"
>
第{{ index }}次产检
第{{ index }}次产检
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
产检时间:{{ checkupDate ? checkupDate : '---' }}
产检时间:{{ checkupDate ? checkupDate : '---' }}
</view>
</view>
<image
@
click
.
stop=
"onEdit(id, checkupDate)"
class=
"edit-img"
<image
@
click
.
stop=
"onEdit(id, checkupDate)"
class=
"edit-img"
src=
"/static/chanjianTool/edit.png
"
>
:src=
"`${$baseUrl}chanjianTool/1001/edit.png`
"
>
</image>
</image>
</view>
</view>
</view>
</view>
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
</view>
</view>
<!-- 新增产检 -->
<!-- 新增产检 -->
<view
class=
"postnatal-add"
@
click=
"onAdd"
>
<view
class=
"postnatal-add"
@
click=
"onAdd"
>
<image
src=
"/static/chanjianTool/add.png
"
></image>
<image
:src=
"`${$baseUrl}chanjianTool/1001/add.png`
"
></image>
</view>
</view>
<!-- 使用封装后的日期选择器组件 -->
<!-- 使用封装后的日期选择器组件 -->
<DatePicker
v-model:visible=
"visible"
:default-date=
"time"
@
confirm=
"handleDateConfirm"
/>
<DatePicker
v-model:visible=
"visible"
:default-date=
"time"
@
confirm=
"handleDateConfirm"
/>
...
@@ -138,12 +138,12 @@ const homeInfo = ref({})
...
@@ -138,12 +138,12 @@ const homeInfo = ref({})
// 按钮列表
// 按钮列表
const
btnList
=
ref
([{
const
btnList
=
ref
([{
name
:
'报告单'
,
name
:
'报告单'
,
imageSrc
:
'/static/chanjianTool/icon2.png'
,
imageSrc
:
`
${
$baseUrl
}
chanjianTool/1001/icon2.png`
,
type
:
1
type
:
1
},
},
{
{
name
:
'日历'
,
name
:
'日历'
,
imageSrc
:
'/static/chanjianTool/icon3.png'
,
imageSrc
:
`
${
$baseUrl
}
chanjianTool/1001/icon3.png`
,
type
:
2
type
:
2
}
}
])
])
...
@@ -161,9 +161,9 @@ const getProject = (projects) => {
...
@@ -161,9 +161,9 @@ const getProject = (projects) => {
// 根据状态返回图片
// 根据状态返回图片
const
getSrcUrl
=
(
status
)
=>
{
const
getSrcUrl
=
(
status
)
=>
{
const
imageMap
=
{
const
imageMap
=
{
'pending'
:
'/static/chanjianTool/icon4.png'
,
'pending'
:
`
${
$baseUrl
}
chanjianTool/1001/icon4.png`
,
'expired'
:
'/static/chanjianTool/icon5.png'
,
'expired'
:
`
${
$baseUrl
}
chanjianTool/1001/icon5.png`
,
'completed'
:
'/static/chanjianTool/icon6.png'
,
'completed'
:
`
${
$baseUrl
}
chanjianTool/1001/icon6.png`
};
};
return
imageMap
[
status
];
return
imageMap
[
status
];
...
...
pages/productionCalendar/productionCalendar.vue
View file @
caf6d404
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<customize-navigation>
<customize-navigation>
<template
v-slot:navbar-content
>
<template
v-slot:navbar-content
>
<view
class=
"page-top"
>
<view
class=
"page-top"
>
<image
@
tap=
"backHandler"
class=
"btnback"
src=
"/static/chanjianTool/back.png
"
></image>
<image
@
tap=
"backHandler"
class=
"btnback"
:src=
"`$
{$baseUrl}chanjianTool/1001/back.png`
">
</image>
<view
class=
"page_title"
>
<view
class=
"page_title"
>
<view
class=
"info-l"
>
<view
class=
"info-l"
>
<image
:src=
"$baseUrl + 'common/default_avatar.png'"
></image>
<image
:src=
"$baseUrl + 'common/default_avatar.png'"
></image>
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
:start=
"earliestDateString"
:end=
"todayDateString"
@
change=
"onDateChange"
:clear-icon=
"false"
:border=
"false"
>
:start=
"earliestDateString"
:end=
"todayDateString"
@
change=
"onDateChange"
:clear-icon=
"false"
:border=
"false"
>
<view
class=
"date-display"
>
<view
class=
"date-display"
>
<text
class=
"date-text"
>
{{ formatCurrentDate() }}
</text>
<text
class=
"date-text"
>
{{ formatCurrentDate() }}
</text>
<image
src=
"/static/chanjianTool/icon27.png
"
class=
"arrow-icon"
/>
<image
:src=
"`${$baseUrl}chanjianTool/1001/icon27.png`
"
class=
"arrow-icon"
/>
</view>
</view>
</uni-datetime-picker>
</uni-datetime-picker>
</view>
</view>
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
</view>
</view>
<!-- 新增产检 -->
<!-- 新增产检 -->
<button
class=
"form-btn"
@
click=
"onAdd"
>
<button
class=
"form-btn"
@
click=
"onAdd"
>
<image
src=
"/static/chanjianTool/icon23.png
"
></image>
<image
:src=
"`${$baseUrl}chanjianTool/1001/icon23.png`
"
></image>
新增产检
新增产检
</button>
</button>
</view>
</view>
...
...
pages/productionDetails/productionDetails.vue
View file @
caf6d404
...
@@ -23,12 +23,12 @@
...
@@ -23,12 +23,12 @@
</view>
</view>
<view
class=
"container-2-r"
>
<view
class=
"container-2-r"
>
<view
class=
"r-complete"
@
click=
"onComplete"
>
<view
class=
"r-complete"
@
click=
"onComplete"
>
<image
v-if=
"!isCompleted"
src=
"/static/chanjianTool/icon24.png
"
></image>
<image
v-if=
"!isCompleted"
:src=
"`$
{$baseUrl}chanjianTool/1001/icon24.png`
">
</image>
<image
v-else
src=
"/static/chanjianTool/icon25.png
"
></image>
<image
v-else
:src=
"`$
{$baseUrl}chanjianTool/1001/icon25.png`
">
</image>
完成检查
完成检查
</view>
</view>
<view
class=
"r-remind"
@
click=
"onRemind"
>
<view
class=
"r-remind"
@
click=
"onRemind"
>
<image
src=
"/static/chanjianTool/icon26.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon26.png`
">
</image>
</view>
</view>
</view>
</view>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</view>
</view>
<view
class=
"container-3-r"
@
click=
"onChangeTime(infoData.checkupDate)"
>
<view
class=
"container-3-r"
@
click=
"onChangeTime(infoData.checkupDate)"
>
{{
infoData
.
checkupDate
?
infoData
.
checkupDate
:
'选择时间'
}}
{{
infoData
.
checkupDate
?
infoData
.
checkupDate
:
'选择时间'
}}
<image
src=
"/static/chanjianTool/edit.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/edit.png`
">
</image>
</view>
</view>
</view>
</view>
<view
class=
"container-4 pad"
>
<view
class=
"container-4 pad"
>
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
<view
class=
"project-box"
id=
"section-0"
>
<view
class=
"project-box"
id=
"section-0"
>
<view
class=
"project-info"
>
<view
class=
"project-info"
>
<view
class=
"time-l"
>
<view
class=
"time-l"
>
<image
src=
"/static/chanjianTool/icon19.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon19.png`
" />
产检须知
产检须知
</view>
</view>
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<view
class=
"project-box"
id=
"section-1"
>
<view
class=
"project-box"
id=
"section-1"
>
<view
class=
"project-info"
>
<view
class=
"project-info"
>
<view
class=
"time-l"
>
<view
class=
"time-l"
>
<image
src=
"/static/chanjianTool/icon19.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon19.png`
" />
产检项目
产检项目
</view>
</view>
<view
class=
"style1"
@
click=
"onModify(infoData)"
>
<view
class=
"style1"
@
click=
"onModify(infoData)"
>
...
@@ -87,24 +87,24 @@
...
@@ -87,24 +87,24 @@
<view
class=
"project-box"
id=
"section-2"
>
<view
class=
"project-box"
id=
"section-2"
>
<view
class=
"project-info"
>
<view
class=
"project-info"
>
<view
class=
"time-l"
>
<view
class=
"time-l"
>
<image
src=
"/static/chanjianTool/icon19.png
"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon19.png`
" />
本次报告单
本次报告单
</view>
</view>
<view
class=
"time-r style2"
@
click=
"onSeeBtn"
>
<view
class=
"time-r style2"
@
click=
"onSeeBtn"
>
查看全部
查看全部
<image
src=
"/static/chanjianTool/icon13.png"
/>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon13.png`" />
</view>
</view>
</view>
</view>
<view
class=
"img-list"
>
<view
class=
"img-list"
>
<view
class=
"upload-image"
@
click=
"onUpload"
>
<view
class=
"upload-image"
@
click=
"onUpload"
>
<image
src=
"/static/chanjianTool/icon11.png
"
></image>
<image
:src=
"`$
{$baseUrl}chanjianTool/1001/icon11.png`
">
</image>
</view>
</view>
<view
class=
"img-list-item"
v-for=
"(item, index) in bgdImgList"
:key=
"index"
>
<view
class=
"img-list-item"
v-for=
"(item, index) in bgdImgList"
:key=
"index"
>
<view
class=
"item-image"
@
click=
"onPreviewImage(item)"
>
<view
class=
"item-image"
@
click=
"onPreviewImage(item)"
>
<image
class=
"img1"
:src=
"item"
mode=
"widthFix"
></image>
<image
class=
"img1"
:src=
"item"
mode=
"widthFix"
></image>
</view>
</view>
<image
@
click=
"onImageDel(item)"
class=
"img"
src=
"/static/chanjianTool/icon14.png
"
></image>
<image
@
click=
"onImageDel(item)"
class=
"img"
:src=
"`$
{$baseUrl}chanjianTool/1001/icon14.png`
">
</image>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
views/My.vue
View file @
caf6d404
...
@@ -470,9 +470,20 @@ onMounted(async () => {
...
@@ -470,9 +470,20 @@ onMounted(async () => {
},
},
"title"
:
"喂养记录"
"title"
:
"喂养记录"
}
}
const
c
=
{
"bgUrl"
:
"my/suyuan.png"
,
"desc"
:
"产检提醒"
,
"link"
:
{
"extra"
:
{
babyId
:
babyId
.
value
},
"type"
:
1
,
"url"
:
"/pages/postnatalCheckUp/postnatalCheckUp"
},
"title"
:
"产检提醒"
}
toolList
.
value
.
push
(
a
);
toolList
.
value
.
push
(
a
);
toolList
.
value
.
push
(
b
);
toolList
.
value
.
push
(
b
);
toolList
.
value
.
push
(
c
);
});
});
watch
([()
=>
userStore
.
userInfo
,
()
=>
userStore
.
babyInfo
],
()
=>
{
watch
([()
=>
userStore
.
userInfo
,
()
=>
userStore
.
babyInfo
],
()
=>
{
...
...
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