fix
This commit is contained in:
@@ -338,9 +338,7 @@ globalToastEvent.on(ToastType.SHOW_LOTTERY, () => {
|
||||
})
|
||||
|
||||
watch(() => lotteryShow.value, async (newVal) => {
|
||||
if (newVal) {
|
||||
initUserGameInfos(true, true)
|
||||
}
|
||||
}, { immediate: true })
|
||||
|
||||
</script>
|
||||
|
||||
@@ -357,6 +357,7 @@ onUnmounted(() => {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: -14vw;
|
||||
transform-style: preserve-3d;
|
||||
}
|
||||
|
||||
|
||||
@@ -393,6 +393,7 @@ const getBackgroundImage = (item) => {
|
||||
font-size: 3vw;
|
||||
width: 100%;
|
||||
padding: 0 4vw;
|
||||
left: 2vw;
|
||||
}
|
||||
.flex-container {
|
||||
display: flex;
|
||||
|
||||
@@ -129,7 +129,6 @@ const openHaibao = async (e) => {
|
||||
url.searchParams.append('my_only', '1');
|
||||
url.searchParams.append('page', '1');
|
||||
url.searchParams.append('per_page', '100');
|
||||
if (!globalStore.result_url && !mergeId) {
|
||||
fetch(url.toString(), {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
@@ -161,10 +160,6 @@ const openHaibao = async (e) => {
|
||||
.catch((error) => {
|
||||
return { success: false, error };
|
||||
});
|
||||
} else {
|
||||
haibaoShow.value = true
|
||||
handleHaibao()
|
||||
}
|
||||
}
|
||||
const openPeifang = (e) => {
|
||||
const target = e.currentTarget
|
||||
|
||||
Reference in New Issue
Block a user