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
1862a197
Commit
1862a197
authored
Aug 22, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
6d237ea0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
shengrili.vue
components/quanyi/shengrili.vue
+2
-1
Integral.vue
views/Integral.vue
+13
-0
No files found.
components/quanyi/shengrili.vue
View file @
1862a197
...
...
@@ -143,7 +143,8 @@ const handleCouponClick = () => {
// 去升级按钮点击
const
handleUpgrade
=
async
()
=>
{
emit
(
'upgrade'
,
{
index
:
status1
.
value
index
:
status1
.
value
,
userStore
:
useUserStore
()
})
}
...
...
views/Integral.vue
View file @
1862a197
...
...
@@ -2386,6 +2386,8 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
const
handleGoToShop_shengrili
=
async
(
data
)
=>
{
console
.
log
(
'生日礼'
,
data
.
index
);
// debugger;
const
userStore
=
data
.
userStore
;
if
(
!
(
userStore
.
babyInfo
?.
allBabyBaseInfo
&&
userStore
.
babyInfo
?.
allBabyBaseInfo
.
length
>
0
)
&&
islogin
.
value
){
//没有宝宝,跳转到添加宝宝页面
if
(
itemIndex
.
value
<
2
){
...
...
@@ -2394,6 +2396,17 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
showShengriliTipPanel
.
value
=
true
;
}
return
;
}
else
{
if
(
userStore
.
babyInfo
?.
allBabyBaseInfo
?.
some
(
baby
=>
baby
.
babyStage
==
2
)){
}
else
{
if
(
itemIndex
.
value
<
2
){
gotoGonglue
();
}
else
{
showShengriliTipPanel
.
value
=
true
;
}
return
;
}
}
switch
(
data
.
index
){
...
...
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