Commit f47f0894 authored by 王炽's avatar 王炽

566666

parent 2337a8e0
......@@ -15,7 +15,19 @@
left: 0;
width: 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 {
......
......@@ -180,7 +180,7 @@ const checkAndUpdateTaskResult = async () => {
onMounted(async () => {
// globalStore.isShowInvitePrizePanel = true;return
// globalStore.isShowTaskComplete = true;//?????????
globalStore.isShowTaskComplete = true;//?????????
//任务奖品
await checkAndUpdateTaskResult();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment