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

666666

parent 096f1969
......@@ -56,10 +56,11 @@
.signedbg_icon {
position: absolute;
bottom: 140rpx;
right: -70rpx;
width: 750rpx;
height: 880rpx;
width: 122rpx;
height: 122rpx;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
}
......@@ -178,7 +178,7 @@ const checkAndUpdateTaskResult = async () => {
};
onMounted(async () => {
globalStore.isShowTaskComplete = true;//?????????
// globalStore.isShowTaskComplete = true;//?????????
//签到奖品
await checkAndUpdateTaskResult();
......
......@@ -483,7 +483,7 @@
@add="gotoAddBaby" />
<!-- 签到提示弹窗 -->
<SignedTips :visible="true || showSignedTips" :points="earnedPoints" @close="handleCloseSignedTips" />
<SignedTips :visible="showSignedTips" :points="earnedPoints" @close="handleCloseSignedTips" />
<!-- 签到规则说明弹窗 -->
<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