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
453093b2
Commit
453093b2
authored
Jul 23, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swiper
parent
3aa6a4c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
feedingIndex.vue
pages/feedingIndex/feedingIndex.vue
+6
-0
No files found.
pages/feedingIndex/feedingIndex.vue
View file @
453093b2
...
@@ -179,6 +179,12 @@
...
@@ -179,6 +179,12 @@
<
script
setup
>
<
script
setup
>
import
{
ref
,
computed
}
from
'vue'
import
{
ref
,
computed
}
from
'vue'
const
swiperData
=
ref
([{
bannerImg
:
'/static/shengzhangTool/banner1.png'
},
{
bannerImg
:
'/static/shengzhangTool/banner2.png'
},
{
bannerImg
:
'/static/shengzhangTool/banner3.png'
}]);
const
bannerHandler
=
(
item
)
=>
{
console
.
log
(
item
);
}
const
feedingTypes
=
ref
([
const
feedingTypes
=
ref
([
{
value
:
'breastfeeding'
,
label
:
'母乳亲喂'
,
color
:
'#FFD0D0'
,
icon
:
'/static/feedingIndex/v1/icon_muruqinwei.png'
},
{
value
:
'breastfeeding'
,
label
:
'母乳亲喂'
,
color
:
'#FFD0D0'
,
icon
:
'/static/feedingIndex/v1/icon_muruqinwei.png'
},
{
value
:
'bottle'
,
label
:
'母乳瓶喂'
,
color
:
'#D0D0FF'
,
icon
:
'/static/feedingIndex/v1/icon_murupinwei.png'
},
{
value
:
'bottle'
,
label
:
'母乳瓶喂'
,
color
:
'#D0D0FF'
,
icon
:
'/static/feedingIndex/v1/icon_murupinwei.png'
},
...
...
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