Commit 5db185f3 authored by 王炽's avatar 王炽

666666

parent 096f1969
...@@ -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;
} }
} }
...@@ -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();
......
...@@ -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" />
......
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