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
5db185f3
Commit
5db185f3
authored
Oct 27, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
666666
parent
096f1969
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
SignedTips.less
components/qiandao/SignedTips.less
+5
-4
index.vue
pages/index/index.vue
+1
-1
Integral.vue
views/Integral.vue
+1
-1
No files found.
components/qiandao/SignedTips.less
View file @
5db185f3
...
@@ -56,10 +56,11 @@
...
@@ -56,10 +56,11 @@
.signedbg_icon {
.signedbg_icon {
position: absolute;
position: absolute;
bottom: 140rpx;
width: 122rpx;
right: -70rpx;
height: 122rpx;
width: 750rpx;
left: 50%;
height: 880rpx;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
z-index: 2;
}
}
}
}
pages/index/index.vue
View file @
5db185f3
...
@@ -178,7 +178,7 @@ const checkAndUpdateTaskResult = async () => {
...
@@ -178,7 +178,7 @@ const checkAndUpdateTaskResult = async () => {
};
};
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
globalStore
.
isShowTaskComplete
=
true
;
//?????????
//
globalStore.isShowTaskComplete = true;//?????????
//签到奖品
//签到奖品
await
checkAndUpdateTaskResult
();
await
checkAndUpdateTaskResult
();
...
...
views/Integral.vue
View file @
5db185f3
...
@@ -483,7 +483,7 @@
...
@@ -483,7 +483,7 @@
@
add
=
"gotoAddBaby"
/>
@
add
=
"gotoAddBaby"
/>
<!--
签到提示弹窗
-->
<!--
签到提示弹窗
-->
<
SignedTips
:
visible
=
"
true ||
showSignedTips"
:
points
=
"earnedPoints"
@
close
=
"handleCloseSignedTips"
/>
<
SignedTips
:
visible
=
"showSignedTips"
:
points
=
"earnedPoints"
@
close
=
"handleCloseSignedTips"
/>
<!--
签到规则说明弹窗
-->
<!--
签到规则说明弹窗
-->
<
SignRuleDes
:
visible
=
"showSignRuleDes"
@
close
=
"handleCloseSignRuleDes"
/>
<
SignRuleDes
:
visible
=
"showSignRuleDes"
@
close
=
"handleCloseSignRuleDes"
/>
...
...
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