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
f47f0894
Commit
f47f0894
authored
Nov 03, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
566666
parent
2337a8e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
TaskCompleteTips.less
components/renwu/TaskCompleteTips.less
+13
-1
index.vue
pages/index/index.vue
+1
-1
No files found.
components/renwu/TaskCompleteTips.less
View file @
f47f0894
...
@@ -15,7 +15,19 @@
...
@@ -15,7 +15,19 @@
left: 0;
left: 0;
width: 100%;
width: 100%;
height: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
background: rgba(0, 0, 0, 0);
&::after {
content: '';
position: absolute;
bottom: 42rpx;
right: 26rpx;
width: 136rpx;
height: 136rpx;
background: transparent;
border-radius: 20rpx;
box-shadow: 0 0 0 9999rpx rgba(0, 0, 0, 0.8);
mix-blend-mode: multiply;
}
}
}
.task_complete_tips_container {
.task_complete_tips_container {
...
...
pages/index/index.vue
View file @
f47f0894
...
@@ -180,7 +180,7 @@ const checkAndUpdateTaskResult = async () => {
...
@@ -180,7 +180,7 @@ const checkAndUpdateTaskResult = async () => {
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
// globalStore.isShowInvitePrizePanel = true;return
// globalStore.isShowInvitePrizePanel = true;return
//
globalStore.isShowTaskComplete = true;//?????????
globalStore
.
isShowTaskComplete
=
true
;
//?????????
//任务奖品
//任务奖品
await
checkAndUpdateTaskResult
();
await
checkAndUpdateTaskResult
();
...
...
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