This commit is contained in:
yixu
2025-09-18 20:58:24 +08:00
parent 438bf9eecf
commit a9dc9cda79
8 changed files with 297 additions and 210 deletions

View File

@@ -224,7 +224,6 @@ const handleLottery = () => {
if (globalStore.draw_chances <= 0) {
return weui.alert("还没有抽奖机会,快去参加活动吧")
};
globalStore.reducerDrawChances();
globalToastEvent.emit(ToastType.SHOW_LOTTERY)
}
@@ -510,7 +509,7 @@ watch(() => mergeId, async (newVal) => {
.join-main {
position: absolute;
top: 2.8vw;
top: 3.4vw;
right: -3.5vw;
width: 13vw;
}
@@ -518,9 +517,8 @@ watch(() => mergeId, async (newVal) => {
.join-main .join-value {
margin: 0;
color: white;
text-stroke: 4px #ff0000;
-webkit-text-stroke: 1px #ff0000;
font-size: 6vw;
text-shadow: -1px -1px 0 #ff0000, 1px -1px 0 #ff0000, -1px 1px 0 #ff0000, 1px 1px 0 #ff0000, 0 0 2px #ff0000;
font-size: 5.4vw;
font-weight: 900;
}